Bugfix and test stexaminer help dialog. Fixes #21
[scpubgit/stemmaweb.git] / lib / stemmaweb / Controller / Stexaminer.pm
index e5c1aeb..ac4e005 100644 (file)
@@ -48,7 +48,7 @@ sub index :Path :Args(2) {
                # Just show the 'Help/About' popup.
                $c->stash->{template} = 'stexaminer_help.tt';
                $c->stash->{text_id} = $textid;
-       elsif( $tradition->stemma_count ) {
+       } elsif( $tradition->stemma_count ) {
                my $stemma = $tradition->stemma( $stemid );
                my $svgstr = $stemma->as_svg();
                $svgstr =~ s/\n/ /g;