Fix quote issues in the unregistered user header template.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 30 Aug 2022 05:51:37 +0000 (05:51 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 30 Aug 2022 05:51:37 +0000 (05:51 +0000)
templates/header.tpl

index a58518ec719d9ffc5487a4fce0eff22fbfa668cc..6471b7e637df546cf59541db4cf9c430324ecab3 100644 (file)
@@ -14,7 +14,7 @@
 
 <if condition="!$bugsys->userinfo['userid']">
 <div class="alertbox">
-       {@"Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the <a href="register.php">Register</a> tab at the top. If you are already registered, you can login at the <a href="login.php">Login</a> tab."}
+       {@"Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the <a href=\"register.php\">Register</a> tab at the top. If you are already registered, you can login at the <a href=\"login.php\">Login</a> tab."}
 </div>
 </if>
 
@@ -41,4 +41,4 @@
        </if>
 </div>
 
-<div id="content">
\ No newline at end of file
+<div id="content">