Commit Diff


commit - 898f9fe73f67c4f3bfe50651b1473fe29a6ecb2e
commit + 44ec372bf57b4a25a462d51a3f85d88e6cbf23b7
blob - 076f3b1dd7efce8aa4ed44aa5d1d912a2d0e8db1
blob + e6c3493a8ed3666dd2f0489a2886bd97afaaec58
--- fragments.tmpl
+++ fragments.tmpl
@@ -45,8 +45,8 @@
 	<head>
 		<meta name="viewport" content="initial-scale=1" />
 
-		{{ if *stylesheet == '\0' }}
-		<link rel="stylesheet" href="{{ prfx|urlescape }}/galileo.css" />
+		{{ if *stylesheet == 0 }}
+		<link rel="stylesheet" href="{{ prfx }}galileo.css" />
 		{{ else }}
 		<link rel="stylesheet" href="{{ stylesheet|urlescape }}" />
 		{{ end }}