diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 22:51:52 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 22:51:52 +0000 |
commit | 032bf78c76438f5578a32b1b43135f88eca506d6 (patch) | |
tree | 59c4c74756e2f00c58a292d5fabb8c2c9a52026b /usr | |
parent | 8a9edda53487d867971bd500060b9ed8fb213fae (diff) | |
download | pfsense-032bf78c76438f5578a32b1b43135f88eca506d6.zip pfsense-032bf78c76438f5578a32b1b43135f88eca506d6.tar.gz |
Make text consistent and wrap to next line
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 0cdd1eb..2702d61 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -930,7 +930,9 @@ function openwindow(url) { } } ?> - </select>Select a existing Gateway from the list or add one on the <a href="/system_gateways.php">Gateways</a> page<br> + </select> + <br/> + Select a existing Gateway from the list or add one on the <a href="/system_gateways.php">Gateways</a> page<br> </td> </tr> </table> |