diff options
-rw-r--r-- | colophon/oddmuse-config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colophon/oddmuse-config.md b/colophon/oddmuse-config.md index 5968ecfe..802358ad 100644 --- a/colophon/oddmuse-config.md +++ b/colophon/oddmuse-config.md @@ -1,6 +1,6 @@ ## config -<pre> +<pre><code class="perl"> # -*- mode: perl -*- use utf8; # this file contains utf8 strings. do "$ENV{OMHOME}/omecp.pl"; @@ -152,7 +152,7 @@ sub VidLinkRule{ } return; } -</pre> +</code></pre> ## server.conf |