Skip to content

Commit 8ad015a

Browse files
Aurélien TISNEatisne
authored andcommitted
TICKET 0008898: Wrong HTML syntax in the top menu bar (TestLinkOpenSourceTRMS#261)
1 parent f11c5a7 commit 8ad015a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)