aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/base.tpl2
-rw-r--r--views/paste.tpl4
-rw-r--r--views/root.tpl6
3 files changed, 6 insertions, 6 deletions
diff --git a/views/base.tpl b/views/base.tpl
index 9f3046b..0fe2ad0 100644
--- a/views/base.tpl
+++ b/views/base.tpl
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="/static/base.css" />
</head>
<body>
-<img id="banner" alt="Pasteme" src="/static/banner.png"><br/>
+<img id="banner" alt="Pasteme" src="/static/banner.png"><br />
{{!base}}
</body>
</html>
diff --git a/views/paste.tpl b/views/paste.tpl
index 574717a..dc60a24 100644
--- a/views/paste.tpl
+++ b/views/paste.tpl
@@ -1,6 +1,6 @@
% rebase('base.tpl', title='Paste snippets')
{{!content}}
<div id="floatingmenu">
- <a href="/"><img alt="return" src="static/esc-icon.png"/></a><br/>
- <a href="/{{pid}}/raw"><img alt="raw" src="static/download-icon.png"/></a>
+ <a href="/"><img alt="return" src="static/esc-icon.png" /></a><br />
+ <a href="/{{pid}}/raw"><img alt="raw" src="static/download-icon.png" /></a>
</div>
diff --git a/views/root.tpl b/views/root.tpl
index 44a6028..179dde8 100644
--- a/views/root.tpl
+++ b/views/root.tpl
@@ -6,9 +6,9 @@ Please copy your text on the box below:
<form action="/" method="POST">
<textarea id="content" name="content"></textarea>
-<div id=floatingmenu>
- <button for="content" style="border:0;background:transparent">
- <img alt="paste" src="/static/enter-icon.png"/>
+<div id="floatingmenu">
+ <button for="content">
+ <img alt="Paste" src="/static/enter-icon.png" />
</button>
</div>