mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
size > maxlength
This commit is contained in:
parent
5bef436e4b
commit
fca4ece578
@ -30,7 +30,7 @@
|
|||||||
<span class="instruction">Give your paste a title.</span>
|
<span class="instruction">Give your paste a title.</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" size="50" />
|
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="50" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item last">
|
<div class="item last">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user