javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

Chinese language support and url error fixed #99

Closed htynkn closed 11 years ago

htynkn commented 11 years ago

I am a student from china and I use easybook to organize my documents and ebook. I add language supports for Chinese and just use it as language:zh.

In HtmlChunkedPublisher.php,the url starts with '/' and sometimes it will occur mistakes,so I change it into relative url.