Diff
Not logged in

Differences From:

File src/timeline.c part of check-in [e487b77b1a] - Add file and directory browsing capabilities to the web interface. by drh on 2008-02-04 02:45:55. [view]

To:

File src/timeline.c part of check-in [c1d9e0f4f8] - Fix grammar by bch on 2008-02-09 09:21:29. Also file src/timeline.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

@@ -278,9 +278,9 @@
       db_exists("SELECT 1 FROM user"
                 " WHERE login='anonymous'"
                 "   AND cap LIKE '%%h%%'") ){
     @ <p><b>Note:</b> You will be able to access <u>much</u> more
-    @ historical information if <a href="%s(g.zTop)/login">login</a>.</p>
+    @ historical information if you <a href="%s(g.zTop)/login">login</a>.</p>
   }
   blob_zero(&sql);
   blob_append(&sql, timeline_query_for_www(), -1);
   if( zType ){