* fix syntax error
authorWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:57:14 +0000 (16:57 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:57:14 +0000 (16:57 +0000)
webcit/static/t/openid_manual_create.html

index 5577ef1ae4bfb932afa6c6bb5e253402ce6fa6c1..06d1608ec6625bfb8861fb433a91fa6a4a09bc90 100644 (file)
@@ -6,7 +6,7 @@
 <?HELLO>
 <div class="login_infos">
        <img src="static/openid-small.gif"><?_("Your OpenID")> <tt><?BSTR("__claimed_id", "X")></tt> <?_("was successfully verified.")><br />
-<??("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__claimed_id", "X")>' <?_("conflicts with an existing user.")<??("X", 1)>
+<??("COND:BSTR", 1, "__username")><?_("However, the user name")>  '<?BSTR("__claimed_id", "X")>' <?_("conflicts with an existing user.")><??("X", 1)>
 <br />
        <?_("Please specify the user name you would like to use.")><br />
 </div>