Fossil SCM
Fix to the configuration page for the License link in /sitemap.
Commit
ace123b7ad24e2fbc112c25c83234947079246d905daa0576b5c3f34cc58fce3
Parent
6898b3e73040889…
1 file changed
+2
-5
+2
-5
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -900,19 +900,16 @@ | ||
| 900 | 900 | "", 0); |
| 901 | 901 | @ (Property: sitemap-docidx)<br> |
| 902 | 902 | entry_attribute("Download", 40, "sitemap-download", "smdownload", |
| 903 | 903 | "", 0); |
| 904 | 904 | @ (Property: sitemap-download)<br> |
| 905 | - entry_attribute("Copyright", 40, "sitemap-copyright", "smcopyright", | |
| 905 | + entry_attribute("License", 40, "sitemap-license", "smlicense", | |
| 906 | 906 | "", 0); |
| 907 | - @ (Property: sitemap-copyright)<br> | |
| 907 | + @ (Property: sitemap-license)<br> | |
| 908 | 908 | entry_attribute("Contact", 40, "sitemap-contact", "smcontact", |
| 909 | 909 | "", 0); |
| 910 | 910 | @ (Property: sitemap-contact) |
| 911 | - entry_attribute("Purchase", 40, "sitemap-purchase", "smcontact", | |
| 912 | - "", 0); | |
| 913 | - @ (Property: sitemap-purchase) | |
| 914 | 911 | @ <hr /> |
| 915 | 912 | onoff_attribute("Use HTML as wiki markup language", |
| 916 | 913 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 917 | 914 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 918 | 915 | @ but all other wiki formatting will be ignored. This option is helpful |
| 919 | 916 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -900,19 +900,16 @@ | |
| 900 | "", 0); |
| 901 | @ (Property: sitemap-docidx)<br> |
| 902 | entry_attribute("Download", 40, "sitemap-download", "smdownload", |
| 903 | "", 0); |
| 904 | @ (Property: sitemap-download)<br> |
| 905 | entry_attribute("Copyright", 40, "sitemap-copyright", "smcopyright", |
| 906 | "", 0); |
| 907 | @ (Property: sitemap-copyright)<br> |
| 908 | entry_attribute("Contact", 40, "sitemap-contact", "smcontact", |
| 909 | "", 0); |
| 910 | @ (Property: sitemap-contact) |
| 911 | entry_attribute("Purchase", 40, "sitemap-purchase", "smcontact", |
| 912 | "", 0); |
| 913 | @ (Property: sitemap-purchase) |
| 914 | @ <hr /> |
| 915 | onoff_attribute("Use HTML as wiki markup language", |
| 916 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 917 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 918 | @ but all other wiki formatting will be ignored. This option is helpful |
| 919 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -900,19 +900,16 @@ | |
| 900 | "", 0); |
| 901 | @ (Property: sitemap-docidx)<br> |
| 902 | entry_attribute("Download", 40, "sitemap-download", "smdownload", |
| 903 | "", 0); |
| 904 | @ (Property: sitemap-download)<br> |
| 905 | entry_attribute("License", 40, "sitemap-license", "smlicense", |
| 906 | "", 0); |
| 907 | @ (Property: sitemap-license)<br> |
| 908 | entry_attribute("Contact", 40, "sitemap-contact", "smcontact", |
| 909 | "", 0); |
| 910 | @ (Property: sitemap-contact) |
| 911 | @ <hr /> |
| 912 | onoff_attribute("Use HTML as wiki markup language", |
| 913 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 914 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 915 | @ but all other wiki formatting will be ignored. This option is helpful |
| 916 |