mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
Changed the max length of the title from 32 to 50 chars.
This commit is contained in:
parent
70c71ef162
commit
8799cf8d63
@ -89,7 +89,7 @@ class Main extends CI_Controller
|
||||
) ,
|
||||
'title' => array(
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => 32,
|
||||
'constraint' => 50,
|
||||
) ,
|
||||
'name' => array(
|
||||
'type' => 'VARCHAR',
|
||||
|
@ -30,7 +30,7 @@
|
||||
<span class="instruction">Give your paste a title.</span>
|
||||
</label>
|
||||
|
||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="50" />
|
||||
</div>
|
||||
|
||||
<div class="item last">
|
||||
|
Loading…
x
Reference in New Issue
Block a user