fragment urls referencing just a fragment are assumed absolute - referencing the current page. Fixes #2320

This commit is contained in:
Luke Page
2015-02-02 20:08:48 +00:00
parent fb5280f16f
commit 2114a3fe7a
9 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ body {
width: 100px;
height: 100px;
background: url('../assets/logo.png');
background: url("#inline-svg");
}
.a {