Quote:
Originally Posted by AprilHare
That's installed already too!
|
Great. Now I don't have clue what's going on. Try building it from source.
> cmake -G 'Unix Makefiles'
> make
Quote:
Originally Posted by ldolse
Regarding bug 39, where Sigil isn't importing the linked images in an HTML file, I discovered the root cause. Sigil is treating image tags as case sensitive (not sure if other tags have similar problems). Because of this only lower case image tags are imported, upper case tags aren't properly parsed.
I noticed someone else starred it, so anyone running into this problem can just do a find and replace, replacing <IMG with <img
|
Thanks for finding the root cause, the fix should be up faster now.