1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00

Remove awkward linebreak

This commit is contained in:
Chaoyi Zha 2015-01-09 21:50:04 -05:00
parent 8fdea0164d
commit 5ec108b0fb

View File

@ -272,8 +272,7 @@
echo "Shortening Permissions: <select name='li_shorten_only' style='width:650px' class='form-control'>"
. "<option value='false' selected='selected'>All users can shorten URLs</option>"
. "<option value='true'>Only logged in users may shorten URLs</option>"
. "</select><br /><br />";
. "</select><br />";
echo "Show public interface: <select name='li_show_front' style='width:650px' class='form-control'>"
. "<option value='false' selected='selected'>Show public interface (default)</option>"
. "<option value='true'>Hide public interface (for private shorteners)</option>"