Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-7033

User Guide - Balance lists in left-hand nav panel

    XMLWordPrintableJSON

Details

    Description

      In the source file for the left-hand navigation panel (geode-book/master_middleman/source/subnavs/geode-subnav.erb, the <li> tags outnumber the </li> tags 709 to 702. Not sure if this manifests as a visible error, but it's error-prone for maintenance going forward. Number of opening tags should match the number of closing tags, as with the pairs "<div> </div>" and "<ul> </ul>".

      ```

      64:subnavs$ grep "<div" geode-subnav.erb | wc -l

             2

      65:subnavs$ grep "</div" geode-subnav.erb | wc -l

             2

      66:subnavs$ grep "<ul" geode-subnav.erb | wc -l

           125

      67:subnavs$ grep "</ul" geode-subnav.erb | wc -l

           125

      68:subnavs$ grep "<li" geode-subnav.erb | wc -l

           709

      69:subnavs$ grep "</li" geode-subnav.erb | wc -l

           702

      ```

       

      Attachments

        Issue Links

          Activity

            People

              alberto.bustamante.reyes Alberto Bustamante Reyes
              dbarnes Dave Barnes
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h