doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","
I cannot find a reason for such a rule, which was resulting in badly escaped filtergraph snippets. Fix trac ticket #1610. (cherry picked from commit ce875a613a16b06b0a561774955111f7a24d12bb) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
parent
e8cae38be6
commit
f00e882a1f
@ -211,7 +211,6 @@ INF: while(<$inf>) {
|
||||
s/\@TeX\{\}/TeX/g;
|
||||
s/\@pounds\{\}/\#/g;
|
||||
s/\@minus(?:\{\})?/-/g;
|
||||
s/\\,/,/g;
|
||||
|
||||
# Now the ones that have to be replaced by special escapes
|
||||
# (which will be turned back into text by unmunge())
|
||||
|
Loading…
x
Reference in New Issue
Block a user