Diff
Not logged in

Differences From:

File src/style.c part of check-in [cfc7984ede] - Styled the vinfo page by jnc on 2007-09-25 20:21:27. [view]

To:

File src/style.c part of check-in [e63a9fd9d0] - Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. by jnc on 2007-09-25 21:21:35. Also file src/style.c part of check-in [16551da2e3] - Merge the vinfo CSS patches. by drh on 2007-09-25 20:39:14. [view]

@@ -109,10 +109,10 @@
     @ | <a href="%s(g.zBaseURL)/login">%s(zLogInOut)</a>
   }
   @ </div>
   if( nSubmenu>0 ){
-    @ <div id="sub-menu">
     int i;
+    @ <div id="sub-menu">
     qsort(aSubmenu, nSubmenu, sizeof(aSubmenu[0]), submenuCompare);
     for(i=0; i<nSubmenu; i++){
       struct Submenu *p = &aSubmenu[i];
       char *zTail = i<nSubmenu-1 ? " | " : "";