From 2f46db302b8d955c796e6475902da89ad0faf1a1 Mon Sep 17 00:00:00 2001 From: Nick Malcolm Date: Thu, 2 Jun 2011 12:07:19 +1200 Subject: [PATCH] URL points to non existent file - they must've changed the file name --- lib/v3/cartographer/header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v3/cartographer/header.rb b/lib/v3/cartographer/header.rb index 9325c9c..4a1ed62 100644 --- a/lib/v3/cartographer/header.rb +++ b/lib/v3/cartographer/header.rb @@ -33,7 +33,7 @@ def to_s html = "\n" html << "" html << "" - html << "" + html << "" return html end