Remove <p> tag in source code link

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-04 19:06:47 -04:00
parent ffb4e6efae
commit d21ad8da6c
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
{% endfor %}
{{ data[1]|safe }}
<center>
<p><a href="http://git.vern.cc/cobra/rural-dict">Source Code</a></p>
<a href="http://git.vern.cc/cobra/rural-dict">Source Code</a>
</center>
</body>
</html>