Skip to content

Commit fb658c6

Browse files
committed
Fixed PHP warning
1 parent 156f2dc commit fb658c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/inc/plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function plugin_ref($id)
6565
return;
6666

6767
$header = htmlspecialchars("{$PACKAGE['short']} {$page['text']}");
68-
print("<b><a href=\"{$DOCROOT}html/plugins/${page['id']}.html\">{$header}</a></b>");
68+
print("<b><a href=\"{$DOCROOT}html/plugins/{$page['id']}.html\">{$header}</a></b>");
6969
}
7070

7171
?>

0 commit comments

Comments
 (0)