fix newlines in browser display
Diff
templates/base.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bin.</title>
<link rel="help" href="https://github.com/w4/bin">
<style>
@@ -18,6 +17,9 @@
display: flex;
}
body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
code {
display: block;
}
{% block styles %}{% endblock styles %}
</style>
{% block head %}{% endblock head %}