Check-in [13732d495d]
Not logged in
Overview

SHA1 Hash:13732d495df485b4e9163f18a6563909531b7f31
Date: 2007-11-23 23:06:09
User: drh
Comment:Fix a bug in the default header.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [2f6f70a287] to [b0eab5fa34].

@@ -162,12 +162,12 @@
 @     <!-- <img src="logo.gif" alt="logo"><br></br> -->
 @     <nobr>[project_name html]</nobr>
 @   </div>
 @   <div class="title">[title html]</div>
 @   <div class="status"><nobr>
-@     [login exists enable_output]     Logged in as [0 /login get html]
-@     [login exists not enable_output] Not logged in
+@     [/login exists enable_output]     Logged in as [0 /login get html]
+@     [/login exists not enable_output] Not logged in
 @     [1 enable_output]
 @   </nobr></div>
 @ </div>
 ;