Skip to content

Commit 1bc1b24

Browse files
author
Aurélien TISNE
authored
TICKET 0008898: Wrong HTML syntax in the top menu bar (#261)
1 parent da96cb5 commit 1bc1b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/functions/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ function initTopMenu(&$db)
355355
if( $addItem )
356356
{
357357
$_SESSION['testprojectTopMenu'] .= "<a href='{$element['url']}' " .
358-
"target='{$element['target']}' accesskey='{$element['shortcut']}'" .
359-
"tabindex=''" . $idx++ . "''>";
358+
"target='{$element['target']}' accesskey='{$element['shortcut']}' " .
359+
"tabindex='" . $idx++ . "'>";
360360

361361
if( isset($element['imgKey']) )
362362
{

0 commit comments

Comments
 (0)