]> git.donarmstrong.com Git - ikiwiki_plugins.git/blobdiff - sweavealike.pm
add missing semicolon
[ikiwiki_plugins.git] / sweavealike.pm
index 2056e51fadc15b245466089d16f63c2e77162691..2989c83e2bc131accf5fc748fbfbd4d35a51377c 100644 (file)
@@ -62,7 +62,7 @@ sub preprocess {
     if ($@) {
        error($@);
     }
-    my $output = "sweave output\n\n"
+    my $output = "sweave output\n\n";
     if (exists $param{verbatim}) {
        $output = $param{code};
        $output =~ s/^/> /mg;