aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-11-24 10:24:02 +0000
committerSeb Bacon <seb.bacon@gmail.com>2011-11-24 10:24:02 +0000
commit3a6b48d334ba118145f9c89bf7ba08b53fda2c76 (patch)
tree71d9d266429204fbf0a480a6c41d29afd9e68425
parenta4e533f1588a5d34dca4ab462b58ddd83eed37c5 (diff)
FIx HTML validation problem in comment
-rw-r--r--app/views/layouts/default.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index 4008760a1..675bb38de 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.rhtml
@@ -34,7 +34,7 @@
<!--[if LT IE 8]>
<style type="text/css">@import url("/stylesheets/ie7.css");</style>
<![endif]-->
- <!-- the following method for customising CSS is deprecated -- see `doc/THEMES.md for detail -->
+ <!-- the following method for customising CSS is deprecated; see `doc/THEMES.md` for detail -->
<%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %>
<% if force_registration_on_new_request %>
<%= stylesheet_link_tag 'jquery.fancybox-1.3.4', :rel => "stylesheet" %>