diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-22 10:37:41 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-22 11:16:21 -0400 |
commit | dffea65ddb29d36f38f10c7ddcdf378fd5908584 (patch) | |
tree | 8ea24b8a24dd7376034ebf0e980f879a79385c66 /src/data | |
parent | 3b5be9fb43a06420697428e93307cc63159333f2 (diff) |
fix: Formatting for multiline quotes
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/templates/approve.hbs | 6 | ||||
-rw-r--r-- | src/data/templates/quotes.hbs | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/data/templates/approve.hbs b/src/data/templates/approve.hbs index 70b8225..7fa0fc3 100644 --- a/src/data/templates/approve.hbs +++ b/src/data/templates/approve.hbs @@ -10,10 +10,10 @@ Dato: {{date}}, <a href="approve.jsp?id={{id}}&action=approve">godkjenn</a>, <a href="approve.jsp?id={{id}}&action=reject">slett</a> -<br> <br> - -{{content}} <br> +<pre> +{{content}} +</pre> <hr> {{/each}} {{/inline}} diff --git a/src/data/templates/quotes.hbs b/src/data/templates/quotes.hbs index ff66d8e..f9f4983 100644 --- a/src/data/templates/quotes.hbs +++ b/src/data/templates/quotes.hbs @@ -9,10 +9,10 @@ Dato: {{date}}, Score: <span id="v{{id}}"> {{~> vote~}} <form method="post" style="display: inline;"action="http://www.vidarholen.net/contents/rage/index.php"><input type="hidden" name="irc" value="{{content}}"/><input type="submit" class="ragebutton" value="Rage it"/></form><br> -<br> <br> - -{{content}} <br> +<pre> +{{content}} +</pre> <hr> {{/each}} {{#if display_more}} |