Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 11 → Rev 10

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