Show
Ignore:
Timestamp:
06/27/08 00:10:11 (5 months ago)
Author:
michaeltwofish
Message:

Add class to the footnote link.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/footnotes/trunk/footnotes.plugin.php

    r637 r644  
    7373        $id = $this->current_id . '-' . $i; 
    7474 
    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>'; 
    7676    } 
    7777