Fix epub compatibility + cover image ext
[fanfix.git] / src / be / nikiroo / fanfix / output / BasicOutput.java
index 5109cce61637a067bb6fc2bfaf38272f54c37c33..7ac8cdfff913931f1edf809d68cfb0e6317ff74e 100644 (file)
@@ -328,7 +328,7 @@ public abstract class BasicOutput {
 
                String chapterNameNum = String.format("%03d", 0);
                String paragraphNumber = String.format("%04d", 0);
-               imageName = paragraphNumber + "_" + chapterNameNum + ".png";
+               imageName = paragraphNumber + "_" + chapterNameNum;
 
                if (story.getMeta() != null) {
                        story.getMeta().setType("" + getType());