Changeset 644 for plugins/footnotes/trunk/footnotes.plugin.php
- Timestamp:
- 06/27/08 00:10:11 (5 months ago)
- Files:
-
- 1 modified
-
plugins/footnotes/trunk/footnotes.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/footnotes/trunk/footnotes.plugin.php
r637 r644 73 73 $id = $this->current_id . '-' . $i; 74 74 75 return '<sup id="footnote-link-' . $id . '"><a href="#footnote-' . $id . '" rel="footnote">' . $i . '</a></sup>';75 return '<sup class="footnote-link" id="footnote-link-' . $id . '"><a href="#footnote-' . $id . '" rel="footnote">' . $i . '</a></sup>'; 76 76 } 77 77
