Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix the <base> tag in the default header. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
eb1513b7a979e4c5dc1632102f4612d7 |
| User & Date: | drh 2012-09-18 00:03:15.637 |
Context
|
2012-09-18
| ||
| 05:14 | Sync up base tag in the header with those contained in the skins file. ... (check-in: f4022040f8 user: mistachkin tags: trunk) | |
| 05:08 | Add a skin with enhanced handling of hyperlinks in the header and footer. ... (check-in: 59fb15865c user: mistachkin tags: skin5) | |
| 03:21 | Add experimental support for copying the initial settings of a repository from another repository. ... (check-in: e771171c68 user: mistachkin tags: newTemplate) | |
| 00:06 | Make the default header and footer a bit more dynamic. ... (check-in: 6cea1e4920 user: mistachkin tags: dynamicStyle) | |
| 00:03 | Fix the <base> tag in the default header. ... (check-in: eb1513b7a9 user: drh tags: trunk) | |
|
2012-09-13
| ||
| 07:12 | re-enable unicode commandline for MSVC build (previous commit accidently removed that) <p>New version of dirent.h, which supports both MBCS and UNICODE ... (check-in: 71d46aba2e user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
315 316 317 318 319 320 321 | /* @-comment: // */ /* ** The default page header. */ const char zDefaultHeader[] = @ <html> @ <head> | | | 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | /* @-comment: // */ /* ** The default page header. */ const char zDefaultHeader[] = @ <html> @ <head> @ <base href="$baseurl/$current_page"> @ <title>$<project_name>: $<title></title> @ <link rel="alternate" type="application/rss+xml" title="RSS Feed" @ href="$home/timeline.rss" /> @ <link rel="stylesheet" href="$home/style.css?default" type="text/css" @ media="screen" /> @ </head> @ <body> |
| ︙ | ︙ |