diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index d58d6c893..5bead6cfc 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -7,8 +7,8 @@ <link rel="stylesheet" type="text/css" href="template/yoga/default-layout.css"> <link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css"> <!-- the next css is used to fix khtml (Konqueror/Safari) issue -the "extra-keyword" and "text/nonsense" prevent other browsers to load it --> -<link rel="extra-keyword stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css"> +the "text/nonsense" prevents geko based browsers to load it --> +<link rel="stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css"> <link rel="stylesheet" type="text/css" media="print" href="template/yoga/print.css"> <!-- AN OTHER FIX ME --> <style type="text/css"> |