mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 20:28:01 +02:00
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:
parent
ca00bb202f
commit
0f11c229f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue