Skip to content

Commit 7fe6aa3

Browse files
committed
Merge branch 'main' of github.com:algorithm-ninja/pseudocode-interpreter
2 parents 20a4241 + 6340391 commit 7fe6aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pretty_print/html.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ impl<D: AstDecorator> AstFormatter<D> for HtmlFormatter {
106106
Op::Lt => "&lt;",
107107
Op::Ge => "&ge;",
108108
Op::Gt => "&gt;",
109-
Op::Eq => "&equals;",
109+
Op::Eq => "&equals;&equals;",
110110
Op::Ne => "&ne;",
111-
Op::And => "and ",
111+
Op::And => "and",
112112
Op::Or => "or",
113113
}
114114
.into()

0 commit comments

Comments
 (0)