Fossil SCM
Capitalize "HTML"
Commit
59d27ab4ae84a8ca998625749c567ec559a5e3b162479673e74dfb164ee09d0a
Parent
6dd3a5b75ffd5ba…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2406,11 +2406,11 @@ | ||
| 2406 | 2406 | } |
| 2407 | 2407 | zMime = mimetype_from_name(blob_str(&downloadName)); |
| 2408 | 2408 | if( zMime ){ |
| 2409 | 2409 | if( fossil_strcmp(zMime, "text/html")==0 ){ |
| 2410 | 2410 | if( asText ){ |
| 2411 | - style_submenu_element("Html", "%s", url_render(&url, "txt", 0, 0, 0)); | |
| 2411 | + style_submenu_element("HTML", "%s", url_render(&url, "txt", 0, 0, 0)); | |
| 2412 | 2412 | }else{ |
| 2413 | 2413 | renderAsHtml = 1; |
| 2414 | 2414 | style_submenu_element("Text", "%s", url_render(&url, "txt", "1", 0, 0)); |
| 2415 | 2415 | } |
| 2416 | 2416 | }else if( fossil_strcmp(zMime, "text/x-fossil-wiki")==0 |
| 2417 | 2417 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2406,11 +2406,11 @@ | |
| 2406 | } |
| 2407 | zMime = mimetype_from_name(blob_str(&downloadName)); |
| 2408 | if( zMime ){ |
| 2409 | if( fossil_strcmp(zMime, "text/html")==0 ){ |
| 2410 | if( asText ){ |
| 2411 | style_submenu_element("Html", "%s", url_render(&url, "txt", 0, 0, 0)); |
| 2412 | }else{ |
| 2413 | renderAsHtml = 1; |
| 2414 | style_submenu_element("Text", "%s", url_render(&url, "txt", "1", 0, 0)); |
| 2415 | } |
| 2416 | }else if( fossil_strcmp(zMime, "text/x-fossil-wiki")==0 |
| 2417 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2406,11 +2406,11 @@ | |
| 2406 | } |
| 2407 | zMime = mimetype_from_name(blob_str(&downloadName)); |
| 2408 | if( zMime ){ |
| 2409 | if( fossil_strcmp(zMime, "text/html")==0 ){ |
| 2410 | if( asText ){ |
| 2411 | style_submenu_element("HTML", "%s", url_render(&url, "txt", 0, 0, 0)); |
| 2412 | }else{ |
| 2413 | renderAsHtml = 1; |
| 2414 | style_submenu_element("Text", "%s", url_render(&url, "txt", "1", 0, 0)); |
| 2415 | } |
| 2416 | }else if( fossil_strcmp(zMime, "text/x-fossil-wiki")==0 |
| 2417 |