Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 10 → Rev 11

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