From 592f509ec22dd3f742ee530c7b1692b1af05e528 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 24 Mar 2011 13:57:07 +0100 Subject: external links with rel='external' for w3c compliance --- views/feature_table.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/feature_table.haml') diff --git a/views/feature_table.haml b/views/feature_table.haml index 4fa927c..a8a153f 100644 --- a/views/feature_table.haml +++ b/views/feature_table.haml @@ -4,7 +4,7 @@ %th activating ( - %a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html"} SMARTS + %a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html", :rel => "external"} SMARTS ) %th p value - if features[:activating] @@ -17,7 +17,7 @@ %th deactivating ( - %a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html"} SMARTS + %a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html", :rel => "external"} SMARTS ) %th p value - if features[:deactivating] -- cgit v1.2.3