diff options
-rwxr-xr-x | usr/local/www/interfaces.php | 3 | ||||
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index b7fb6e1..409014a 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -740,8 +740,7 @@ function show_mon_config() { <tr> <td width="22%" valign="top" class="vncell">Description</td> <td width="78%" class="vtable"> - <input name="descr" type="text" class="formfld unknown" id="descr" size=" -30" value="<?=htmlspecialchars($pconfig['descr']);?>"> + <input name="descr" type="text" class="formfld unknown" id="descr" size="30" value="<?=htmlspecialchars($pconfig['descr']);?>"> <br> <span class="vexpl">Enter a description (name) for the interface here.</span> </td> </tr> diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index b7fb6e1..409014a 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -740,8 +740,7 @@ function show_mon_config() { <tr> <td width="22%" valign="top" class="vncell">Description</td> <td width="78%" class="vtable"> - <input name="descr" type="text" class="formfld unknown" id="descr" size=" -30" value="<?=htmlspecialchars($pconfig['descr']);?>"> + <input name="descr" type="text" class="formfld unknown" id="descr" size="30" value="<?=htmlspecialchars($pconfig['descr']);?>"> <br> <span class="vexpl">Enter a description (name) for the interface here.</span> </td> </tr> |