summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataSVG.pl
diff options
context:
space:
mode:
Diffstat (limited to 'share/attributes/genMapDataSVG.pl')
-rwxr-xr-xshare/attributes/genMapDataSVG.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl
index 68f0bcbdb..412b94910 100755
--- a/share/attributes/genMapDataSVG.pl
+++ b/share/attributes/genMapDataSVG.pl
@@ -70,7 +70,7 @@ while( my $t = $p->get_token ) {
if( $t->[0] eq 'S' and lc $t->[1] eq 'h2') {
$t = $p->get_token;
if( $t->[1] =~ /Presentation/ ) {
- print "Found: $t->[1], quiting.\n";
+ print "Found: $t->[1], quitting.\n";
last;
}
}