MyBB Community Forums

Full Version: misc_syndication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Replace:
<input type="text" class="textbox" name="limit" value="{$limit}" size="3" />

with:
<input type="number" class="textbox" name="limit" value="{$limit}" min="1" max="50" step="1" />