Fossil SCM
Update a legacy reference to how page headers are created in a skins, as reported by [forum:d8e2afdfd1|forum post d8e2afdfd1].
Commit
922ec24c994c1a902f8436c0e236ab36627b19334a07bb4b28910c253481fba3
Parent
69d43cc15e4f864…
1 file changed
+2
-2
+2
-2
| --- www/customskin.md | ||
| +++ www/customskin.md | ||
| @@ -342,16 +342,16 @@ | ||
| 342 | 342 | section for more information on the two possible variable formats. |
| 343 | 343 | |
| 344 | 344 | For example, first few lines of a typical Skin Header will look |
| 345 | 345 | like this: |
| 346 | 346 | |
| 347 | - <div class="header"> | |
| 347 | + <header> | |
| 348 | 348 | <div class="title"><h1>$<project_name></h1>$<title>/div> |
| 349 | 349 | |
| 350 | 350 | After variables are substituted by TH1, that will look more like this: |
| 351 | 351 | |
| 352 | - <div class="header"> | |
| 352 | + <header> | |
| 353 | 353 | <div class="title"><h1>Project Name</h1>Page Title</div> |
| 354 | 354 | |
| 355 | 355 | As you can see, two TH1 variable substitutions were done. |
| 356 | 356 | |
| 357 | 357 | The same TH1 interpreter is used for both the header and the footer |
| 358 | 358 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -342,16 +342,16 @@ | |
| 342 | section for more information on the two possible variable formats. |
| 343 | |
| 344 | For example, first few lines of a typical Skin Header will look |
| 345 | like this: |
| 346 | |
| 347 | <div class="header"> |
| 348 | <div class="title"><h1>$<project_name></h1>$<title>/div> |
| 349 | |
| 350 | After variables are substituted by TH1, that will look more like this: |
| 351 | |
| 352 | <div class="header"> |
| 353 | <div class="title"><h1>Project Name</h1>Page Title</div> |
| 354 | |
| 355 | As you can see, two TH1 variable substitutions were done. |
| 356 | |
| 357 | The same TH1 interpreter is used for both the header and the footer |
| 358 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -342,16 +342,16 @@ | |
| 342 | section for more information on the two possible variable formats. |
| 343 | |
| 344 | For example, first few lines of a typical Skin Header will look |
| 345 | like this: |
| 346 | |
| 347 | <header> |
| 348 | <div class="title"><h1>$<project_name></h1>$<title>/div> |
| 349 | |
| 350 | After variables are substituted by TH1, that will look more like this: |
| 351 | |
| 352 | <header> |
| 353 | <div class="title"><h1>Project Name</h1>Page Title</div> |
| 354 | |
| 355 | As you can see, two TH1 variable substitutions were done. |
| 356 | |
| 357 | The same TH1 interpreter is used for both the header and the footer |
| 358 |