Skip to content

Commit e74bbad

Browse files
author
Kristan Kenney
committed
Remove duplicate title
1 parent 48ce000 commit e74bbad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web/templates/admin/edit_web.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,6 @@
323323
<tr>
324324
<td class="step-left">
325325
<table style="display:<?php if (empty($v_redirect)) { echo 'none';} else {echo 'block';}?> ;" id="v_redirect">
326-
<tr>
327-
<td class="vst-text input-label">
328-
<?=_('Redirect');?>
329-
</td>
330-
</tr>
331326
<tr>
332327
<td>
333328
<input type="radio" name="v-redirect" value="<?php echo 'www.'.$domain;?>" <?php if ($v_redirect == "www.".$domain) echo "checked"; ?>/><?=sprintf(_('Always redirect visitors to %s'),"www.".$domain);?><br />

0 commit comments

Comments
 (0)