Fossil SCM
HTML validated setup_settings page
Commit
4a0178760963e9de0f045d3f6c04cef65e69de30
Parent
9978d2aba603d94…
1 file changed
+4
-4
+4
-4
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -882,25 +882,25 @@ | ||
| 882 | 882 | pSet->var!=0 ? pSet->var : pSet->name, |
| 883 | 883 | pSet->def[0]=='1'); |
| 884 | 884 | @ <br /> |
| 885 | 885 | } |
| 886 | 886 | } |
| 887 | - @ </td><td width="30"></td><td valign="top"> | |
| 887 | + @ </td><td style="width: 30;"></td><td valign="top"> | |
| 888 | 888 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 889 | 889 | if( pSet->width!=0 ){ |
| 890 | 890 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 891 | 891 | pSet->var!=0 ? pSet->var : pSet->name, |
| 892 | 892 | (char*)pSet->def); |
| 893 | 893 | @ <br /> |
| 894 | 894 | } |
| 895 | 895 | } |
| 896 | - @ </tr></table> | |
| 896 | + @ </td></tr></table> | |
| 897 | 897 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 898 | 898 | @ </div></form> |
| 899 | 899 | @ <hr /><p> |
| 900 | - @ These settings work in the same way, as the <kbd>set</kbd> commandline:<br> | |
| 901 | - @ <pre>%s(zHelp_setting_cmd)</pre></p> | |
| 900 | + @ These settings work in the same way, as the <kbd>set</kbd> commandline:<br /> | |
| 901 | + @ </p><pre>%s(zHelp_setting_cmd)</pre> | |
| 902 | 902 | db_end_transaction(0); |
| 903 | 903 | style_footer(); |
| 904 | 904 | } |
| 905 | 905 | |
| 906 | 906 | /* |
| 907 | 907 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -882,25 +882,25 @@ | |
| 882 | pSet->var!=0 ? pSet->var : pSet->name, |
| 883 | pSet->def[0]=='1'); |
| 884 | @ <br /> |
| 885 | } |
| 886 | } |
| 887 | @ </td><td width="30"></td><td valign="top"> |
| 888 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 889 | if( pSet->width!=0 ){ |
| 890 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 891 | pSet->var!=0 ? pSet->var : pSet->name, |
| 892 | (char*)pSet->def); |
| 893 | @ <br /> |
| 894 | } |
| 895 | } |
| 896 | @ </tr></table> |
| 897 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 898 | @ </div></form> |
| 899 | @ <hr /><p> |
| 900 | @ These settings work in the same way, as the <kbd>set</kbd> commandline:<br> |
| 901 | @ <pre>%s(zHelp_setting_cmd)</pre></p> |
| 902 | db_end_transaction(0); |
| 903 | style_footer(); |
| 904 | } |
| 905 | |
| 906 | /* |
| 907 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -882,25 +882,25 @@ | |
| 882 | pSet->var!=0 ? pSet->var : pSet->name, |
| 883 | pSet->def[0]=='1'); |
| 884 | @ <br /> |
| 885 | } |
| 886 | } |
| 887 | @ </td><td style="width: 30;"></td><td valign="top"> |
| 888 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 889 | if( pSet->width!=0 ){ |
| 890 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 891 | pSet->var!=0 ? pSet->var : pSet->name, |
| 892 | (char*)pSet->def); |
| 893 | @ <br /> |
| 894 | } |
| 895 | } |
| 896 | @ </td></tr></table> |
| 897 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 898 | @ </div></form> |
| 899 | @ <hr /><p> |
| 900 | @ These settings work in the same way, as the <kbd>set</kbd> commandline:<br /> |
| 901 | @ </p><pre>%s(zHelp_setting_cmd)</pre> |
| 902 | db_end_transaction(0); |
| 903 | style_footer(); |
| 904 | } |
| 905 | |
| 906 | /* |
| 907 |