From d17225bd2f9192492c47638b33a73675ad4bb491 Mon Sep 17 00:00:00 2001 From: urosm Date: Fri, 2 Feb 2024 15:00:29 +0100 Subject: [PATCH] replace deprecated tt tags with code tags --- IkiWiki/Plugin/websetup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/websetup.pm b/IkiWiki/Plugin/websetup.pm index d3cbff0d5..74914dcb8 100644 --- a/IkiWiki/Plugin/websetup.pm +++ b/IkiWiki/Plugin/websetup.pm @@ -57,7 +57,7 @@ sub formatexample ($$) { return ""; } elsif (defined $example && ! ref $example && length $example) { - return "
Example: $example"; + return "
Example: $example"; } else { return "";