From d21ad8da6c3dd0c82487972505ef129c967aa2c8 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Fri, 4 Aug 2023 19:06:47 -0400 Subject: [PATCH] Remove

tag in source code link Signed-off-by: Skylar "The Cobra" Widulski --- templates/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7bebcf0..ec80869 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,18 +22,18 @@ {% for defid, word, definition, example, author in data[0] %}

- -

{{ word }}

-
-

{{ definition|safe }}

-

{{ example|safe }}

-

{{ author|safe }}

+ +

{{ word }}

+
+

{{ definition|safe }}

+

{{ example|safe }}

+

{{ author|safe }}


{% endfor %} {{ data[1]|safe }}
-

Source Code

+ Source Code