mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
increase embed field max length
This commit is contained in:
parent
1269d83804
commit
f031a129f9
@ -70,7 +70,7 @@
|
|||||||
Embed
|
Embed
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
|
<input type="text" name="embed" size="30" maxlength="120" autocomplete="off" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
Embed
|
Embed
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
|
<input type="text" name="embed" size="30" maxlength="120" autocomplete="off" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user