doc for footnotemarker

This commit is contained in:
Marc Delisle
2008-06-25 13:06:29 +00:00
parent 46fc8af013
commit b953cbccc4

View File

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