aboutsummaryrefslogtreecommitdiff
path: root/t_idea
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-30 09:33:55 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-30 09:33:55 +0200
commit120a0812d599860a8168b53ba4ce007c9fb94d1b (patch)
tree06c4ad3f3c61ebebc3d584c75cb426883f8a9129 /t_idea
parentfac1b3cf5455b0d4302fef0d1d10443692d7b80c (diff)
Changed text to <pre>
Diffstat (limited to 't_idea')
-rw-r--r--t_idea/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_idea/index.html b/t_idea/index.html
index afd9787..f845628 100644
--- a/t_idea/index.html
+++ b/t_idea/index.html
@@ -28,7 +28,7 @@
{{ range .Ideas }}
<div class="idea">
<h2 class="title">{{.Title}}</h2>
- <p class="text">{{.Text}}</p>
+ <pre class="text">{{.Text}}</pre>
<p class="creation">by <span class="author">{{.Author}}</span> on <span class="date">{{.CreatedAt}}</span></p>
<form action="/idea/delete/" method="post">
<input type="hidden" name="title" value="{{.Title}}">