blah
[ikiwiki.git] / ikiwiki
diff --git a/ikiwiki b/ikiwiki
index 81bdf85b67ba8d301ec0956ede870d4d23f83e18..6a1eb0e297c6427db0d1bda18766fd310fd65708 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -669,7 +669,7 @@ sub cgi_recentchanges () { #{{{
                wikiname => $wikiname,
                changelog => [rcs_recentchanges(100)],
        );
-       return $template->output;
+       print $template->output;
 } #}}}
 
 sub cgi_signin ($$) { #{{{