summaryrefslogtreecommitdiffstats
path: root/website/templates/page
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-14 12:04:14 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-14 12:04:14 +0100
commit8674e9eafb00af4a74fbd8a36e74ba5000aef2cf (patch)
treec511cf4290fae1ae72314484964eb464e98bd5f1 /website/templates/page
parentd2abb7d44a5ba400d34d1ba0d13e328baa684231 (diff)
downloadvirt-tools-8674e9eafb00af4a74fbd8a36e74ba5000aef2cf.tar.gz
virt-tools-8674e9eafb00af4a74fbd8a36e74ba5000aef2cf.tar.xz
virt-tools-8674e9eafb00af4a74fbd8a36e74ba5000aef2cf.zip
Page template: Remove blank line when there is no local stylesheet.
Diffstat (limited to 'website/templates/page')
-rw-r--r--website/templates/page2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/page b/website/templates/page
index 348346a..f8af036 100644
--- a/website/templates/page
+++ b/website/templates/page
@@ -5,7 +5,7 @@
<meta name="description" content="Virt Tools are open source virtualization management tools for Linux system administrators. This site provides tutorials, videos, documentation, online help and roadmaps to help you get started with and understand the tools." />
<meta name="keywords" content="virsh, virt-install, virt-manager, virt-top, virt-df, virt-p2v, virt-v2v, virt-viewer, virt-df, ncftool, augeas, aug-tool, guestfish, guestfs-browser, hivex, libguestfs, virt-what" />
<link rel="stylesheet" href="[% topdir %]/css/standard.css" type="text/css" title="Standard"/>
-[% IF local_stylesheet %]<link rel="stylesheet" href="style.css" type="text/css" title="Standard"/>[% END %]
+[%- IF local_stylesheet %]<link rel="stylesheet" href="style.css" type="text/css" title="Standard"/>[% END -%]
<link rel="alternate stylesheet" href="[% topdir %]/css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
</head>
<body>