Fossil SCM
Pedantically added a missing /LI closer. Changed /help for pages to 5 cols, so the width more or less aligns with the 7-col command help (page names are longer than command names).
Commit
6ca6624499718ab3cf5de9c40f9b4a9ec2dad9ce
Parent
affccaa822793b1…
1 file changed
+2
-2
+2
-2
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1085,11 +1085,11 @@ | ||
| 1085 | 1085 | const char *z = aCommand[i].zName; |
| 1086 | 1086 | if( '/'==*z || strncmp(z,"test",4)==0 ) continue; |
| 1087 | 1087 | if( j==0 ){ |
| 1088 | 1088 | @ <td valign="top"><ul> |
| 1089 | 1089 | } |
| 1090 | - @ <li><a href="%s(g.zTop)/help?cmd=%s(z)">%s(z)</a> | |
| 1090 | + @ <li><a href="%s(g.zTop)/help?cmd=%s(z)">%s(z)</a></li> | |
| 1091 | 1091 | j++; |
| 1092 | 1092 | if( j>=n ){ |
| 1093 | 1093 | @ </ul></td> |
| 1094 | 1094 | j = 0; |
| 1095 | 1095 | } |
| @@ -1105,11 +1105,11 @@ | ||
| 1105 | 1105 | for(i=j=0; i<count(aCommand); i++){ |
| 1106 | 1106 | const char *z = aCommand[i].zName; |
| 1107 | 1107 | if( '/'!=*z ) continue; |
| 1108 | 1108 | j++; |
| 1109 | 1109 | } |
| 1110 | - n = (j+5)/6; | |
| 1110 | + n = (j+4)/5; | |
| 1111 | 1111 | for(i=j=0; i<count(aCommand); i++){ |
| 1112 | 1112 | const char *z = aCommand[i].zName; |
| 1113 | 1113 | if( '/'!=*z ) continue; |
| 1114 | 1114 | if( j==0 ){ |
| 1115 | 1115 | @ <td valign="top"><ul> |
| 1116 | 1116 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1085,11 +1085,11 @@ | |
| 1085 | const char *z = aCommand[i].zName; |
| 1086 | if( '/'==*z || strncmp(z,"test",4)==0 ) continue; |
| 1087 | if( j==0 ){ |
| 1088 | @ <td valign="top"><ul> |
| 1089 | } |
| 1090 | @ <li><a href="%s(g.zTop)/help?cmd=%s(z)">%s(z)</a> |
| 1091 | j++; |
| 1092 | if( j>=n ){ |
| 1093 | @ </ul></td> |
| 1094 | j = 0; |
| 1095 | } |
| @@ -1105,11 +1105,11 @@ | |
| 1105 | for(i=j=0; i<count(aCommand); i++){ |
| 1106 | const char *z = aCommand[i].zName; |
| 1107 | if( '/'!=*z ) continue; |
| 1108 | j++; |
| 1109 | } |
| 1110 | n = (j+5)/6; |
| 1111 | for(i=j=0; i<count(aCommand); i++){ |
| 1112 | const char *z = aCommand[i].zName; |
| 1113 | if( '/'!=*z ) continue; |
| 1114 | if( j==0 ){ |
| 1115 | @ <td valign="top"><ul> |
| 1116 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1085,11 +1085,11 @@ | |
| 1085 | const char *z = aCommand[i].zName; |
| 1086 | if( '/'==*z || strncmp(z,"test",4)==0 ) continue; |
| 1087 | if( j==0 ){ |
| 1088 | @ <td valign="top"><ul> |
| 1089 | } |
| 1090 | @ <li><a href="%s(g.zTop)/help?cmd=%s(z)">%s(z)</a></li> |
| 1091 | j++; |
| 1092 | if( j>=n ){ |
| 1093 | @ </ul></td> |
| 1094 | j = 0; |
| 1095 | } |
| @@ -1105,11 +1105,11 @@ | |
| 1105 | for(i=j=0; i<count(aCommand); i++){ |
| 1106 | const char *z = aCommand[i].zName; |
| 1107 | if( '/'!=*z ) continue; |
| 1108 | j++; |
| 1109 | } |
| 1110 | n = (j+4)/5; |
| 1111 | for(i=j=0; i<count(aCommand); i++){ |
| 1112 | const char *z = aCommand[i].zName; |
| 1113 | if( '/'!=*z ) continue; |
| 1114 | if( j==0 ){ |
| 1115 | @ <td valign="top"><ul> |
| 1116 |