Grandt / PHPePub

PHP Classes for dynamically generating EPub files.
http://www.phpclasses.org/package/6115
241 stars 83 forks source link

Wrong variable name in buildTOC() V3.30 #29

Closed schorschroch closed 10 years ago

schorschroch commented 10 years ago

Dear Asbjørn, first of all, thanks for your excellent work. I think I found a the reason, why it was not possible to assign a css-stylesheet to a toc.xhtml file. In Line 1718 you use $this->tocCSSFileName = $this->normalizeFileName($cssFileName); instead of $this->tocCssFileName = $this->normalizeFileName($cssFileName);

I don't know if this is the right way to inform you about bugs. Anyway I hope you continue working on this class.

Kind regards,

Schorsch Roch

Grandt commented 10 years ago

Thanks for pointing this one out. Should now be fixed in 3.30