Skip to content

Commit 4fe0d6d

Browse files
committed
phpki: fix common URLs
1 parent d77f6e1 commit 4fe0d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function setVisibility(rowName, show) {
122122
}
123123

124124
if (file_exists('../policy.html')) {
125-
print '<a class='.$menuclass.' style="color: red;" href=\"../policy.html\" target=\"help\">Policy</a>';
125+
print '<a class='.$menuclass.' style="color: red;" href="../policy.html" target="help">Policy</a>';
126126
}
127127
?>
128128
<a class=<?php echo $menuclass?> href="../help.php" target="_help">Help</a>

0 commit comments

Comments
 (0)