increase embed field max length

This commit is contained in:
Savetheinternet 2011-05-25 19:44:48 +10:00
parent 3291f2cb0a
commit 975dcbe11e
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
Embed
</th>
<td>
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
<input type="text" name="embed" size="30" maxlength="120" autocomplete="off" />
</td>
</tr>
}

View File

@ -69,7 +69,7 @@
Embed
</th>
<td>
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
<input type="text" name="embed" size="30" maxlength="120" autocomplete="off" />
</td>
</tr>
}