Skip to content
Snippets Groups Projects
Commit 1147b8f7 authored by alexisben's avatar alexisben
Browse files

fix

parent 928c8b36
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
{{ if or .text .credit }}
<figcaption>
{{ if .text }}
<div><p>{{ partial "PrepareText" .text }}</p></div>
<p>{{ partial "PrepareText" .text }}</p>
{{ end }}
{{ if .credit }}
<div class="credit">{{ partial "PrepareText" .credit }}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment