Fossil

Check-in [f4022040f8]
Login

Check-in [f4022040f8]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Sync up base tag in the header with those contained in the skins file.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f4022040f819d76535759f1b9c12b7234db70ded
User & Date: mistachkin 2012-09-18 05:14:12.703
Context
2012-09-18
12:52
Update the built-in SQLite to the latest version on the fullscan-covering-index branch. This is for the purpose of testing SQLite changes. ... (check-in: ac2d29326b user: drh tags: trunk)
05:14
Sync up base tag in the header with those contained in the skins file. ... (check-in: f4022040f8 user: mistachkin tags: trunk)
00:03
Fix the <base> tag in the default header. ... (check-in: eb1513b7a9 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
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>







|







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>