mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
maxlength="32"
This commit is contained in:
parent
0a21aa94fa
commit
3f8db5b299
@ -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" maxlength="50" />
|
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item last">
|
<div class="item last">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user