Skip to content

Commit fc0c021

Browse files
committed
parse: opsie from parent commit
1 parent 846809e commit fc0c021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/ascii/debian_small.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
${red} _____
2-
${red} / __ \\
2+
${red} / __ \
33
${red}| / |
44
${red}| \\___-
55
${red}-_

src/parse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ std::string parse(const std::string_view input, systemInfo_t& systemInfo, std::s
418418
if (config.gui)
419419
{
420420
replace_str(output, "\\<", "&lt;");
421-
replace_str(output, "&lt;span>", "\\<span>");
421+
replace_str(output, "&lt;span", "\\<span");
422422
replace_str(output, "&lt;/span>", "\\</span>");
423423
}
424424
else

0 commit comments

Comments
 (0)