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>
This commit is contained in:
Matt Dew 2011-01-27 00:31:23 -07:00 committed by Alan Coopersmith
parent ca00bb202f
commit 0f11c229f7

View file

@ -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>),