incorrect XHTNL attribute

This commit is contained in:
Marc Delisle
2008-05-25 12:08:02 +00:00
parent 3474d5d2a5
commit 2667e21340

View File

@@ -453,7 +453,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice')
return '[sup]' . $nr . '[/sup]';
}
return '<sup class="footnotemarker" name="footnote_' . $nr . '">' . $nr . '</sup>';
return '<sup class="footnotemarker" id="footnote_sup_' . $nr . '">' . $nr . '</sup>';
}
/**