Commit f802f756 authored by Franco Fichtner's avatar Franco Fichtner

firewall: fix typo in scrub page

parent db0a89bf
...@@ -344,7 +344,7 @@ $( document ).ready(function() { ...@@ -344,7 +344,7 @@ $( document ).ready(function() {
<?php <?php
if (is_alias($scrubEntry['dst'])):?> if (is_alias($scrubEntry['dst'])):?>
<span title="<?=htmlspecialchars(get_alias_description($scrubEntry['dst']));?>" data-toggle="tooltip"> <span title="<?=htmlspecialchars(get_alias_description($scrubEntry['dst']));?>" data-toggle="tooltip">
<?=$scrubEntry['src'];?>&nbsp; <?=$scrubEntry['dst'];?>&nbsp;
</span> </span>
<a href="/firewall_aliases_edit.php?name=<?=$scrubEntry['dst'];?>" <a href="/firewall_aliases_edit.php?name=<?=$scrubEntry['dst'];?>"
title="<?=gettext("edit alias");?>" data-toggle="tooltip"> title="<?=gettext("edit alias");?>" data-toggle="tooltip">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment