Diff
Not logged in

Differences From:

File src/setup.c part of check-in [671e7c34e9] - Fix the "Behavior" setup page so that it has the correct default values for unspecified attributes. Ticket 0101a97fefd5ca91d by drh on 2009-10-31 13:50:08. [view]

To:

File src/setup.c part of check-in [50a372c1e5] - fixed a couple missing closing quotes (they screw up emacs' highlighting) by stephan on 2009-12-07 21:53:00. [view]

@@ -328,9 +328,9 @@
       style_header("User Creation Error");
       @ <font color="red">Login "%h(zLogin)" is already used by a different
       @ user.</font>
       @
-      @ <p><a href="setup_uedit?id=%d(uid))>[Bummer]</a></p>
+      @ <p><a href="setup_uedit?id=%d(uid)">[Bummer]</a></p>
       style_footer();
       return;
     }
     login_verify_csrf_secret();
@@ -571,9 +571,9 @@
   @
   @ <li><p>
   @ Users with the <b>Password</b> privilege are allowed to change their
   @ own password.  Recommended ON for most users but OFF for special
-  @ users "developer, "anonymous", and "nobody".
+  @ users "developer", "anonymous", and "nobody".
   @ </p></li>
   @
   @ <li><p>
   @ The <b>EMail</b> privilege allows the display of sensitive information