aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fish_indent.cpp')
-rw-r--r--fish_indent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_indent.cpp b/fish_indent.cpp
index fe8fb801..22934e9e 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -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);
}