mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
noline
This commit is contained in:
parent
3954bdc033
commit
2d0b602b75
@ -107,10 +107,8 @@
|
||||
<label for="captcha">Captcha
|
||||
<span class="instruction">Type in the characters displayed in the picture.</span>
|
||||
</label>
|
||||
<div class="line">
|
||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>" alt="captcha" />
|
||||
</div>
|
||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>" alt="captcha" />
|
||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user