diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 190: Close <link /> tag properly

Message ID 20110705124714.25382.22653.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 5, 2011, 12:47 p.m. UTC
------------------------------------------------------------
revno: 190
fixes bug(s): https://launchpad.net/bugs/805918
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-05 14:44:56 +0200
message:
  Close <link /> tag properly
modified:
  lava_server/templates/base.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/base.html'
--- lava_server/templates/base.html	2011-06-29 11:38:23 +0000
+++ lava_server/templates/base.html	2011-07-05 12:44:56 +0000
@@ -4,7 +4,7 @@ 
 
 {% block extrahead %}
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}lava/css/default.css"/>
-<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
+<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'/>
 {% endblock %}