[FFmpeg-devel] [PATCH] web/index: fix unclosed SMALL tag
Marth64
marth64 at proxyid.net
Mon Jan 8 23:22:17 EET 2024
Signed-off-by: Marth64 <marth64 at proxyid.net>
---
src/template_footer1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/template_footer1 b/src/template_footer1
index 4fce551..6722421 100644
--- a/src/template_footer1
+++ b/src/template_footer1
@@ -1,5 +1,5 @@
- <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a><small></p>
+ <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></small></p>
</div> <!-- page-content-inset -->
</div> <!-- page-content-wrapper -->
</div> <!-- wrapper -->
--
2.34.1
More information about the ffmpeg-devel
mailing list