replace deprecated tt tags with code tags

master
urosm 2024-02-02 15:00:29 +01:00
parent 93921c7c2b
commit d17225bd2f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub formatexample ($$) {
return ""; return "";
} }
elsif (defined $example && ! ref $example && length $example) { elsif (defined $example && ! ref $example && length $example) {
return "<br/ ><small>Example: <tt>$example</tt></small>"; return "<br/ ><small>Example: <code>$example</code></small>";
} }
else { else {
return ""; return "";