@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | */ |
150 | 150 | protected int $footnote_counter = 1; |
151 | 151 | |
152 | - /** |
|
152 | + /** |
|
153 | 153 | * Ref attribute for links |
154 | 154 | */ |
155 | 155 | protected array $ref_attr = array(); |
@@ -1654,10 +1654,10 @@ discard block |
||
1654 | 1654 | } |
1655 | 1655 | |
1656 | 1656 | /** |
1657 | - * Footnote title - get plaintext representation of a footnote for use in tooltip. |
|
1658 | - * @param string $footnote |
|
1659 | - * @return string |
|
1660 | - */ |
|
1657 | + * Footnote title - get plaintext representation of a footnote for use in tooltip. |
|
1658 | + * @param string $footnote |
|
1659 | + * @return string |
|
1660 | + */ |
|
1661 | 1661 | protected function get_footnote_title( $footnote ) { |
1662 | 1662 | // Remove newlines from the source code so they don't become visible in the tooltip |
1663 | 1663 | // Replace with spaces so there's a suitable gap between adjacent elements |