summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataSVG.pl
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-10 18:57:54 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-10 18:57:54 +0000
commitdc6c4dc337aa2ad766cada2eb06fe4c186a89d14 (patch)
tree3fc8d3fd109b7c89751183b8be880e856be5ff34 /share/attributes/genMapDataSVG.pl
parentMerge branch 'master' into powerpencil (diff)
parentRemoving regects (diff)
downloadinkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.tar.gz
inkscape-dc6c4dc337aa2ad766cada2eb06fe4c186a89d14.zip
Merge branch 'master' into powerpencil
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;
}
}