Skip to content

Commit 1bc576c

Browse files
committed
Delete empty echo "";
1 parent 20fbf49 commit 1bc576c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/user/edit_web.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<textarea size="20" class="vst-textinput" name="v_aliases"><?=htmlentities(trim($v_aliases, "'"))?></textarea>
8686
</td>
8787
</tr>
88-
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
88+
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
8989
<tr>
9090
<td class="vst-text step-top">
9191
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_proxy" <?php if (!empty($v_proxy)) echo "checked=yes" ?> onclick="javascript:elementHideShow('proxytable');"> <?php print __('Proxy Support') . "<span class='optional'>" . strtoupper($_SESSION['PROXY_SYSTEM']) . "</span>";?></label>
@@ -107,7 +107,7 @@
107107
</table>
108108
</td>
109109
</tr>
110-
<?php echo ""; }?>
110+
<?php }?>
111111
<tr>
112112
<td class="vst-text step-top">
113113
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl" <?php if ($v_ssl == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"> <?php print __('SSL Support');?></label>

0 commit comments

Comments
 (0)