Overview
SHA1 Hash: | 50a372c1e5e42a7a1a7cfe38fa91150dd7987119 |
---|---|
Date: | 2009-12-07 21:53:00 |
User: | stephan |
Comment: | fixed a couple missing closing quotes (they screw up emacs' highlighting) |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/setup.c from [41b6907a33] to [56d1a9a08f].
@@ -327,11 +327,11 @@ ){ 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(); db_multi_exec( @@ -570,11 +570,11 @@ @ </p></li> @ @ <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 @ such as the email address of users and contact information on tickets.