Ensure correct text formatting

This commit is contained in:
Zed
2019-06-25 04:52:38 +02:00
parent 0fee70eeba
commit aae0e51154
7 changed files with 33 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
#
#proc renderMain*(body: string; title="Nitter"): string =
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>${xmltree.escape(title)}</title>
<link rel="stylesheet" type="text/css" href="/style.css">