Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 11 → Rev 12

/trunk/footnotes.class.php
59,7 → 59,7
}
else if (is_int($sign))
{
$this->lastNumberSign = $sign + 1;
$this->lastNumberSign = $sign;
}
$footnotes[$name] = new Footnote($name, $sign, $text);