From 1d0828fd55c47f8c11ee87d09ee653fd6d8159b2 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.a@mailoo.org>
Date: Thu, 5 Feb 2015 17:25:06 +0100
Subject: [PATCH] fix README.html

---
 README.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.html b/README.html
index 3b3f0a4..2573e9d 100644
--- a/README.html
+++ b/README.html
@@ -71,7 +71,7 @@ Get the source code either with <code>git clone</code> command or using a zip ar
 	<li>A global title to your website; this title can later be mixed with a more specific 
 		page-based title, or be replaced.</li>
 	<li>A list of references to CSS style sheets and pre-rendering javascript, like 
-		<code><link rel="stylesheet" href="http://cran.r-project.org/R.css"/></code>. 
+		<code>&lt;link rel="stylesheet" href="http://cran.r-project.org/R.css"/&gt;</code>. 
 		We will see later how to refer to local style sheets (under a/css).</li>
 	<li>Some javascript code which will be loaded by default after every page loads
 		(e.g. <a href="http://jquery.com/">jquery</a>).</li>
-- 
2.44.0