diff options
Diffstat (limited to 't_idea/index.html')
-rw-r--r-- | t_idea/index.html | 2 |
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}}"> |