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 da96cb5 commit 1bc1b24Copy full SHA for 1bc1b24
lib/functions/common.php
@@ -355,8 +355,8 @@ function initTopMenu(&$db)
355
if( $addItem )
356
{
357
$_SESSION['testprojectTopMenu'] .= "<a href='{$element['url']}' " .
358
- "target='{$element['target']}' accesskey='{$element['shortcut']}'" .
359
- "tabindex=''" . $idx++ . "''>";
+ "target='{$element['target']}' accesskey='{$element['shortcut']}' " .
+ "tabindex='" . $idx++ . "'>";
360
361
if( isset($element['imgKey']) )
362
0 commit comments