From 5f2ea007a5d1e5934499c2d0b249c69bbb216c6a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 24 Dec 2014 14:17:06 -0800 Subject: [PATCH] Close before
 in fish_indent

---
 fish_indent.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fish_indent.cpp b/fish_indent.cpp
index fe8fb8014..22934e9e0 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -264,7 +264,7 @@ static std::string html_colorize(const wcstring &text, const std::vector
"); + html.append(L""); return wcs2string(html); }