Skip to content

Commit

Permalink
Fix label print: Always echo strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed May 5, 2019
1 parent a98e895 commit b7e4926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/pf/lib/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ function editHelp($label)
global $IMG_PATH;
?>
<a target="<?php echo $label ?>" href="/pf/pf.conf.html#<?php echo $label ?>">
<img src="<?php echo "$IMG_PATH/help.png" ?>" name="<?php $label ?>" alt="(?)" border="0" width="12" height="12">
<img src="<?php echo "$IMG_PATH/help.png" ?>" name="<?php echo $label ?>" alt="(?)" border="0" width="12" height="12">
</a>
<?php
}
Expand Down

0 comments on commit b7e4926

Please sign in to comment.