summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2013-02-09 00:59:57 +0100
committerbcyrill <cyrill@bannwart.info>2013-02-09 00:59:57 +0100
commit9eac43d7a71f1050adbb175c19e350a14e346199 (patch)
treec2583f32776237a4b6a8731ab8b437e93d3a0762 /usr/local/www/system_camanager.php
parenta20adcd13f80659ae3b5d6dd4b8e3d1a1905f3fb (diff)
downloadpfsense-9eac43d7a71f1050adbb175c19e350a14e346199.zip
pfsense-9eac43d7a71f1050adbb175c19e350a14e346199.tar.gz
Update usr/local/www/system_camanager.php
Properly close the anchor tag and fix ampersand.
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 814c4c5..790cab9 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -645,18 +645,18 @@ function method_change() {
<td class="listr"><?=$certcount;?>&nbsp;</td>
<td class="listr"><?=$subj;?>&nbsp;</td>
<td valign="middle" nowrap class="list">
- <a href="system_camanager.php?act=edit&id=<?=$i;?>")">
+ <a href="system_camanager.php?act=edit&amp;id=<?=$i;?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit CA");?>" alt="<?=gettext("edit CA");?>" width="17" height="17" border="0" />
</a>
- <a href="system_camanager.php?act=exp&id=<?=$i;?>")">
+ <a href="system_camanager.php?act=exp&amp;id=<?=$i;?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("export CA cert");?>" alt="<?=gettext("export CA cert");?>" width="17" height="17" border="0" />
</a>
<?php if ($ca['prv']): ?>
- <a href="system_camanager.php?act=expkey&id=<?=$i;?>")">
+ <a href="system_camanager.php?act=expkey&amp;id=<?=$i;?>">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("export CA private key");?>" alt="<?=gettext("export CA private key");?>" width="17" height="17" border="0" />
</a>
<?php endif; ?>
- <a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and its CRLs, and unreference any associated certificates?");?>')">
+ <a href="system_camanager.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and its CRLs, and unreference any associated certificates?");?>')">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete ca");?>" alt="<?=gettext("delete ca"); ?>" width="17" height="17" border="0" />
</a>
</td>
OpenPOWER on IntegriCloud