diff --git a/fish_indent.cpp b/fish_indent.cpp index dfa920b98..fe8fb8014 100644 --- a/fish_indent.cpp +++ b/fish_indent.cpp @@ -224,7 +224,7 @@ static std::string html_colorize(const wcstring &text, const std::vector"; + wcstring html = L"
";
     highlight_spec_t last_color = highlight_spec_normal;
     for (size_t i=0; i < text.size(); i++)
     {
@@ -264,7 +264,7 @@ static std::string html_colorize(const wcstring &text, const std::vector
"); + html.append(L""); return wcs2string(html); }