Check-in [f08599e87b]
Not logged in
Overview

SHA1 Hash:f08599e87b3a2e9af7bf2bb1f356596e33a652f0
Date: 2008-03-03 16:50:12
User: drh
Comment:Fix a privilege problem in the default page header.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [da95e40ef2] to [6490811740].

@@ -159,11 +159,11 @@
 @ <div class="mainmenu"><th1>
 @ html "<a href='$baseurl/home'>Home</a>"
 @ if {[hascap h]} {
 @   html "<a href='$baseurl/dir'>Files</a>"
 @ }
-@ if {[hascap i]} {
+@ if {[hascap o]} {
 @   html "<a href='$baseurl/leaves'>Leaves</a>"
 @   html "<a href='$baseurl/timeline'>Timeline</a>"
 @   html "<a href='$baseurl/tagview'>Tags</a>"
 @ }
 @ if {[hascap j]} {