Changeset 1753395
- Timestamp:
- 10/26/2017 05:53:07 PM (8 years ago)
- Location:
- mnml-footnotes
- Files:
-
- 2 added
- 2 edited
- 1 copied
-
tags/v0.3.0 (copied) (copied from mnml-footnotes/trunk)
-
tags/v0.3.0/mnml-footnotes-0.3.0 (added)
-
tags/v0.3.0/src/class-shortcodes.php (modified) (2 diffs)
-
trunk/mnml-footnotes-0.3.0 (added)
-
trunk/src/class-shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mnml-footnotes/tags/v0.3.0/src/class-shortcodes.php
r1739345 r1753395 36 36 ?> 37 37 <style> 38 .mbch-mnml-footnote {38 /*.mbch-mnml-footnote { 39 39 position: relative; 40 40 bottom: 0.5em; 41 41 font-size: 0.8em; 42 } 42 }*/ 43 43 </style> 44 44 <?php … … 74 74 } 75 75 76 return '<s pan class="mbch-mnml-footnote"><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></span>';76 return '<sup><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></sup>'; 77 77 78 78 } -
mnml-footnotes/trunk/src/class-shortcodes.php
r1739345 r1753395 36 36 ?> 37 37 <style> 38 .mbch-mnml-footnote {38 /*.mbch-mnml-footnote { 39 39 position: relative; 40 40 bottom: 0.5em; 41 41 font-size: 0.8em; 42 } 42 }*/ 43 43 </style> 44 44 <?php … … 74 74 } 75 75 76 return '<s pan class="mbch-mnml-footnote"><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></span>';76 return '<sup><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></sup>'; 77 77 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.