From 5a118b9bb29512a994acd124ad7ccf65e8e6da6e Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 26 Oct 2006 12:25:33 +0000 Subject: [PATCH] Use a local link to the stylesheet, since Firefox doesn't allow cross-site links. You should copy the stylesheet into the same directory as the interface to make it work. git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0publish@1176 9f8c893c-44ee-0310-b757-c8ca8341c71e --- create.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/create.py b/create.py index f80251c..e2078ee 100644 --- a/create.py +++ b/create.py @@ -5,9 +5,10 @@ from zeroinstall.injector import model, reader # minidom loses the newline after the stylesheet declaration, so we # just serialise the body and glue this on the front manually... +# Firefox doesn't support cross-site links to style-sheets, so use a +# relative link instead. xml_header = """ - + """ _template = """ -- 2.11.4.GIT