Fossil SCM
Remove a stray, but harmless, copy/paste line from the previous two checkins.
Commit
fb7b36d3fdcc214a62bed79eeed3c64c7fddd43851f4d1df55b932556e3d26f5
Parent
12bb89d436bd522…
1 file changed
-1
-1
| --- src/builtin.c | ||
| +++ src/builtin.c | ||
| @@ -705,11 +705,10 @@ | ||
| 705 | 705 | ** Summary: custom skins which emit their own BODY need to have |
| 706 | 706 | ** the BODY element's CSS classes set so that various CSS selectors |
| 707 | 707 | ** and JS-side filters will work. */ |
| 708 | 708 | char *pSlash = strchr(g.zPath,'/')/*hack taken from style.c*/; |
| 709 | 709 | if( pSlash ) *pSlash = 0; |
| 710 | - Th_Store("requested_page", escape_quotes(g.zPath)); | |
| 711 | 710 | CX("document.body.classList.add(%!j, \"rpage-%j\"," |
| 712 | 711 | "\"cpage-%j\");\n", |
| 713 | 712 | style_get_current_feature(), g.zPath, g.zPhase+1); |
| 714 | 713 | if( pSlash ) *pSlash = '/'; |
| 715 | 714 | } |
| 716 | 715 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -705,11 +705,10 @@ | |
| 705 | ** Summary: custom skins which emit their own BODY need to have |
| 706 | ** the BODY element's CSS classes set so that various CSS selectors |
| 707 | ** and JS-side filters will work. */ |
| 708 | char *pSlash = strchr(g.zPath,'/')/*hack taken from style.c*/; |
| 709 | if( pSlash ) *pSlash = 0; |
| 710 | Th_Store("requested_page", escape_quotes(g.zPath)); |
| 711 | CX("document.body.classList.add(%!j, \"rpage-%j\"," |
| 712 | "\"cpage-%j\");\n", |
| 713 | style_get_current_feature(), g.zPath, g.zPhase+1); |
| 714 | if( pSlash ) *pSlash = '/'; |
| 715 | } |
| 716 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -705,11 +705,10 @@ | |
| 705 | ** Summary: custom skins which emit their own BODY need to have |
| 706 | ** the BODY element's CSS classes set so that various CSS selectors |
| 707 | ** and JS-side filters will work. */ |
| 708 | char *pSlash = strchr(g.zPath,'/')/*hack taken from style.c*/; |
| 709 | if( pSlash ) *pSlash = 0; |
| 710 | CX("document.body.classList.add(%!j, \"rpage-%j\"," |
| 711 | "\"cpage-%j\");\n", |
| 712 | style_get_current_feature(), g.zPath, g.zPhase+1); |
| 713 | if( pSlash ) *pSlash = '/'; |
| 714 | } |
| 715 |