mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Remove redundant quotes in .html files
This commit is contained in:
parent
c436f0791a
commit
c23924e987
24 changed files with 37 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue