View Single Post
Old 12-03-2015, 03:15 AM   #5
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,734
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
It appears that there's folder normalization bug in Sigil 0.9.1: stylesheet links are no longer prefixed by ../Styles/.

I've attached a test case.

Steps to reproduce this issue:

1. Unpack the files and add blue.xhtml via Add existing file...

Result in 0.8.7:

Code:
<head>
<title/>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css"/>
</head>
Result in 0.9.1:

Code:
<head>
<title/>
<link href="Style0001.css" rel="stylesheet" type="text/css"/>
</head>
Attached Files
File Type: zip blue.zip (1.1 KB, 142 views)

Last edited by Doitsu; 12-03-2015 at 03:17 AM.
Doitsu is offline   Reply With Quote