Use utf8param($r, $key) instead of $r->param($key) throughout.
[irspy-moved-to-github.git] / web / htdocs / details / doc.mc
index 07d7ad6..58c255f 100644 (file)
@@ -1,11 +1,11 @@
-%# $Id: doc.mc,v 1.3 2006-11-16 12:16:18 mike Exp $
+%# $Id: doc.mc,v 1.4 2007-05-03 14:13:19 mike Exp $
 <%once>
 use Pod::Html;
 use IO::Dir;
 </%once>
 <%perl>
 my $libdir = $r->dir_config("IRSpyLibDir");
-my $module = $r->param("module");
+my $module = utf8param($r, "module");
 if (!defined $module) {
     print "     <ul>\n";
     render_doc_links($libdir, "ZOOM", 6);