mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
Close <code> before <pre> in fish_indent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user