phpki: php tag fixes
This commit is contained in:
@@ -364,10 +364,10 @@ PHPki glossary of terms.
|
||||
<p>
|
||||
<h2><a name="GETTING-HELP">GETTING ADDITIONAL HELP</a></h2>
|
||||
<blockquote>
|
||||
<?=$config[getting_help]?>
|
||||
<?php echo $config[getting_help]?>
|
||||
</blockquote>
|
||||
<br>
|
||||
|
||||
<?
|
||||
<?php
|
||||
printFooter();
|
||||
?>
|
||||
|
@@ -359,11 +359,11 @@ default:
|
||||
</tr>
|
||||
|
||||
<tr id="testrow2" name="testrow2" style="visibility:hidden;display:none;">
|
||||
<td>Alternative DNS Names<br>(only one per Line)</td><td><textarea name=dns_names cols=30 rows=5><?= htvar($dns_names) ?></textarea></td>
|
||||
<td>Alternative DNS Names<br>(only one per Line)</td><td><textarea name=dns_names cols=30 rows=5><?php echo htvar($dns_names) ?></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr id="testrow1" name="testrow1" style="visibility:hidden;display:none;">
|
||||
<td>IP's<br>(only one per Line)</td><td><textarea name=ip_addr cols=30 rows=5><?= htvar($ip_addr) ?></textarea></td>
|
||||
<td>IP's<br>(only one per Line)</td><td><textarea name=ip_addr cols=30 rows=5><?php echo htvar($ip_addr) ?></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user