summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-01-27 00:31:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 15:32:02 -0800
commit0f11c229f7099f7c5aeed4691b358dca151dac7d (patch)
treec8aad13be41b2fc77b004a22506048623b64de08
parentca00bb202f3afcdbbcb8c4cb50308c5dd03f2322 (diff)
Remove <literal> tags from compose-chart.pl so pdf building doesn't die on soft-hyphens.
Signed-off-by: Matt Dew <marcoz@osource.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-xnls/compose-chart.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/compose-chart.pl b/nls/compose-chart.pl
index fe56d4ec..c901e705 100755
--- a/nls/compose-chart.pl
+++ b/nls/compose-chart.pl
@@ -270,7 +270,7 @@ sub make_compose_chart {
$action =~ s{^\s*"\\[0-7]+"}{"&#$char;"};
}
}
- $action =~ s{^\s*"(.+)"}{"<literal>$1</literal>"};
+ $action =~ s{^\s*"(.+)"}{"$1"};
print $OUTPUT
qq(<row><entry>),