Close <code> before <pre> in fish_indent

This commit is contained in:
ridiculousfish 2014-12-24 14:17:06 -08:00
parent e5a2343879
commit 5f2ea007a5

View file

@ -264,7 +264,7 @@ static std::string html_colorize(const wcstring &text, const std::vector<highlig
break; break;
} }
} }
html.append(L"</span></pre></code>"); html.append(L"</span></code></pre>");
return wcs2string(html); return wcs2string(html);
} }