mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Close <code> before <pre> in fish_indent
This commit is contained in:
parent
e5a2343879
commit
5f2ea007a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue