From 4fccf9dc8d87afafd1b4212a4cef2fef412196fa Mon Sep 17 00:00:00 2001
From: Tor Hveem <tor@hveem.no>
Date: Fri, 28 Feb 2014 00:14:33 +0100
Subject: [PATCH] Fix HTML syntax error

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

diff --git a/index.html b/index.html
index c489575..682c5e9 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,7 @@
                   <li>ALT-l: Focus on input bar</li>
                   <li>ALT-[0-9]: Focus on buffer</li>
                   <li>ALT-a: Focus on next buffer with activity</li>
-                  <li>ALT-<: Switch to previous buffer</li>
+                  <li>ALT-&lt;: Switch to previous buffer</li>
                   <li>ALT-g: Focus on buffer list filter</li>
                   <li>escape: disconnect</li>
                   <li>arrow keys: history navigation</li>