Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 15 → Rev 14

/trunk/footnotes.class.php
224,7 → 224,7
. ($this->references === 0
? " name='fn-{$s}-ref' id='fn-{$s}-ref'"
: '')
. ' class="footnote"'
. " class='footnote'"
. ($this->tooltip
? ' title="'
. preg_replace('/"/', '"',
231,7 → 231,7
trim(reduceWhitespace(strip_tags($this->tooltip))))
. '"'
: '')
. ">{$this->prefix}{$this->sign}{$this->suffix}"
. "'>{$this->prefix}{$this->sign}{$this->suffix}"
. '</a></sup>';
 
++$this->references;