diff options
author | Jonas Kohl | 2024-09-11 13:26:37 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-11 13:26:37 +0200 |
commit | 77b3c54ddc4a5f6887fd4218e19a3b5a86b1c16f (patch) | |
tree | 313351bcc7e6679e0cf9fa501d6ce548d10f3155 /pages/about.php | |
parent | 2c10ed169fd8f1fe719259d8193923fb1e45adaa (diff) |
Mobile theme improvements
Diffstat (limited to 'pages/about.php')
-rw-r--r-- | pages/about.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/about.php b/pages/about.php index 2601b58..999807a 100644 --- a/pages/about.php +++ b/pages/about.php @@ -71,7 +71,7 @@ Mystic House Corner: Ein Projekt von Jan W. und Jonas K. </div> <div class="input-group"> <input type="text" name="captcha" id="i_captcha" size="40" class="form-control"> - <a class="btn btn-default input-group-addon" href="/cgi/captcha.php" target="captchafr"><i class="glyphicon glyphicon-refresh"></i></a> + <a class="btn btn-default input-group-addon" href="/cgi/captcha.php" target="captchafr" draggable="false"><i class="glyphicon glyphicon-refresh"></i></a> </div> </div> @@ -97,7 +97,7 @@ Mystic House Corner: Ein Projekt von Jan W. und Jonas K. <tr><td> <iframe src="/cgi/captcha.php" border="0" frameborder="0" width="256" height="64" name="captchafr"></iframe> <br> - <small><a href="/cgi/captcha.php" target="captchafr">Neues Bild</a></small> + <small><a href="/cgi/captcha.php" target="captchafr" draggable="false">Neues Bild</a></small> <br> <input type="text" name="captcha" id="input-captcha" size="40"> </td></tr> |