X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstemmaweb%2FController%2FStexaminer.pm;h=ac4e005880e1a07540588b45b99c3c8042197236;hb=0844ddeebb042ac91b556b6c65da3d5abd61a161;hp=e5c1aeb5ff27a7572f1baf368a175ad948b607f5;hpb=eae8de7aeb344df6ccc511fabdcc55ce6666d758;p=scpubgit%2Fstemmaweb.git diff --git a/lib/stemmaweb/Controller/Stexaminer.pm b/lib/stemmaweb/Controller/Stexaminer.pm index e5c1aeb..ac4e005 100644 --- a/lib/stemmaweb/Controller/Stexaminer.pm +++ b/lib/stemmaweb/Controller/Stexaminer.pm @@ -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;