We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77f6e1 commit 4fe0d6dCopy full SHA for 4fe0d6d
include/common.php
@@ -122,7 +122,7 @@ function setVisibility(rowName, show) {
122
}
123
124
if (file_exists('../policy.html')) {
125
- print '<a class='.$menuclass.' style="color: red;" href=\"../policy.html\" target=\"help\">Policy</a>';
+ print '<a class='.$menuclass.' style="color: red;" href="../policy.html" target="help">Policy</a>';
126
127
?>
128
<a class=<?php echo $menuclass?> href="../help.php" target="_help">Help</a>
0 commit comments