aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/data.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/data.html')
-rw-r--r--backend/templates/data.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/data.html b/backend/templates/data.html
index 6fe15c4..a384459 100644
--- a/backend/templates/data.html
+++ b/backend/templates/data.html
@@ -1,7 +1,7 @@
{{define "body"}}
<article id="content">
<h1>{{ .DataTitle }}</h1>
- {{ .Description }}
+ <p>{{ .Description }}</p>
<figure>
<img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}" class="large" />
<figcaption>{{ .Img.Legend }}</figcaption>