Small cleanup

This commit is contained in:
BoykoAlex
2016-12-01 18:42:37 -05:00
parent db1402cf6b
commit 623e2d1f28
2 changed files with 20 additions and 22 deletions

View File

@@ -127,9 +127,9 @@ public class Renderables {
@Override
public void renderAsHtml(HtmlBuffer buffer) {
buffer.raw("<s>");
buffer.raw("<del>");
text.renderAsHtml(buffer);
buffer.raw("</s>");
buffer.raw("</del>");
}
};
}