mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 19:29:28 +01:00
increase embed field max length
This commit is contained in:
parent
3291f2cb0a
commit
975dcbe11e
@ -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>
|
||||
}
|
||||
|
@ -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>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user