Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 12 → Rev 11

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