Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Strip out TH1 comments from the header. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | dynamicStyle |
| Files: | files | file ages | folders |
| SHA1: |
354bfe206e813c006f7aaf52d8a786ce |
| User & Date: | mistachkin 2012-09-18 00:15:39.045 |
Context
|
2012-09-18
| ||
| 00:15 | Strip out TH1 comments from the header. ... (Closed-Leaf check-in: 354bfe206e user: mistachkin tags: dynamicStyle) | |
| 00:06 | Make the default header and footer a bit more dynamic. ... (check-in: 6cea1e4920 user: mistachkin tags: dynamicStyle) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
/* End the side-box
*/
void style_sidebox_end(void){
@ </div>
}
/*
** The default page header.
*/
const char zDefaultHeader[] =
@ <html>
@ <head>
@ <base href="$baseurl/$current_page" />
| > | 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
/* End the side-box
*/
void style_sidebox_end(void){
@ </div>
}
/* @-comment: # */
/*
** The default page header.
*/
const char zDefaultHeader[] =
@ <html>
@ <head>
@ <base href="$baseurl/$current_page" />
|
| ︙ | ︙ |