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/unit.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/unit.haml') diff --git a/views/unit.haml b/views/unit.haml index a352599..88433b5 100644 --- a/views/unit.haml +++ b/views/unit.haml @@ -6,5 +6,5 @@ ) %dd Unit of measurement, e.g. mmol or mmol/kg-bodyweight. For optimal performance you should use - %a{:href => "http://en.wikipedia.org/wiki/Molar_(concentration)"} molar + %a{:href => "http://en.wikipedia.org/wiki/Molar_(concentration)", :rel => "external"} molar units. -- cgit v1.2.3