Close <code> before <pre> in fish_indent
This commit is contained in:
parent
e5a2343879
commit
5f2ea007a5
@ -264,7 +264,7 @@ static std::string html_colorize(const wcstring &text, const std::vector<highlig
|
||||
break;
|
||||
}
|
||||
}
|
||||
html.append(L"</span></pre></code>");
|
||||
html.append(L"</span></code></pre>");
|
||||
return wcs2string(html);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user