can3p wrote in changelog

[ljcom] r11614: LJSV-1803: Sitemap displays incorrectly

Committer: dpetrov
LJSV-1803: Sitemap displays incorrectly
U   trunk/htdocs/site/index.bml
Modified: trunk/htdocs/site/index.bml
===================================================================
--- trunk/htdocs/site/index.bml	2012-03-22 10:57:38 UTC (rev 11613)
+++ trunk/htdocs/site/index.bml	2012-03-22 11:48:07 UTC (rev 11614)
@@ -58,9 +58,10 @@
             $ret .= "      </ul>\n";
         }
         $ret .= "    </dd>\n";
-        $ret .= "  </dl>\n</div>\n" if $id == 4 || $id == 7 || $id == 11;
+        $ret .= "  </dl>\n</div>\n" if $id == 4 || $id == 7;
         $id++;
     }
+    $ret .= "  </dl>\n</div>\n"; #LJSV-1803: the third column will contain all menu items that didn't get in previous two
     return $ret;
 }
 _code?>