diff options
Diffstat (limited to 'showcase')
-rw-r--r-- | showcase/templates/showcase/show_case.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showcase/templates/showcase/show_case.html b/showcase/templates/showcase/show_case.html index f9888c6..becf129 100644 --- a/showcase/templates/showcase/show_case.html +++ b/showcase/templates/showcase/show_case.html @@ -16,7 +16,7 @@ <div class="p-3"> {{ page.body|richtext }} </div> -</div> + </div> </div> <hr> |