Skip to content

Commit

Permalink
Added missing tab=
Browse files Browse the repository at this point in the history
  • Loading branch information
laf committed Mar 15, 2015
1 parent d780a4d commit 6a6a9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/pages/performance.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
foreach ($perf_tabs as $tab) {
echo('
<li>
<a href="/performance/'. lcfirst($tab["name"]) .'">
<a href="/performance/tab='. lcfirst($tab["name"]) .'">
<img src="images/16/'. $tab["icon"] .'.png" align="absmiddle" border="0"> ' . $tab["name"] . '
</a>
</li>');
Expand Down

0 comments on commit 6a6a9c7

Please sign in to comment.