mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
fix: remove unneeded IDs
This commit is contained in:
parent
5362be443c
commit
17fbaee878
3 changed files with 3 additions and 4 deletions
|
@ -241,7 +241,7 @@ $flashes = getFlashes();
|
|||
<div class="field">
|
||||
<div class="captcha_container">
|
||||
<img src="/captcha?t=<?= $captcha_token = setupCaptcha() ?>" alt="CAPTCHA Image"/>
|
||||
<span id="captcha_refresh" style="height: 100%;">
|
||||
<span style="height: 100%;">
|
||||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-refresh" style="height: 100%;"></i>
|
||||
</a>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<div class="captcha_container">
|
||||
<img src="/captcha?t=<?= $captcha_token = setupCaptcha() ?>"
|
||||
alt="CAPTCHA Image"/>
|
||||
<span id="captcha_refresh" style="height: 100%;">
|
||||
<span style="height: 100%;">
|
||||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-refresh" style="height: 100%;"></i>
|
||||
</a>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<link rel="stylesheet" href="theme/bulma/css/bulma-tagsinput.min.css"/>
|
||||
<main class="bd-main">
|
||||
|
||||
<div class="container">
|
||||
<div class="bd-duo">
|
||||
<div class="bd-lead">
|
||||
|
@ -194,7 +193,7 @@
|
|||
<div class="captcha_container">
|
||||
<img src="/captcha?t=<?= $captcha_token = setupCaptcha() ?>"
|
||||
alt="CAPTCHA Image"/>
|
||||
<span id="captcha_refresh" style="height: 100%;">
|
||||
<span style="height: 100%;">
|
||||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-refresh" style="height: 100%;"></i>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue