Remove redundant quotes in .html files

This commit is contained in:
Flat 2016-06-26 20:58:20 +09:00
parent c436f0791a
commit c23924e987
24 changed files with 37 additions and 37 deletions

View file

@ -54,7 +54,7 @@
<table class="data-col2" width="600px">
<tr>
<td class="vst-text step-top">
<?php print __('IP address') ?>
<?php print __('IP address') ?>
</td>
</tr>
<tr>
@ -86,7 +86,7 @@
if ((!empty($v_interface)) && ( $value == $v_interface )) echo ' selected';
echo ">".htmlentities($value)."</option>\n";
}
?>
?>
</select>
</td>
</tr>
@ -131,7 +131,7 @@
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('NAT IP association');?> <span class="optional"">(<?php print __('optional');?>)</span>
<?php print __('NAT IP association');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
<tr>
@ -156,4 +156,4 @@
</tr>
</table>
</form>
</div>
</div>