forked from luck/tmp_suning_uos_patched
kernel-doc/rst: drop redundant unescape in highlighting
This bit is already done by xml_unescape() above. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
f3341dcf3b
commit
9c9193c49c
|
@ -1796,7 +1796,6 @@ sub output_highlight_rst {
|
||||||
if ($line eq "") {
|
if ($line eq "") {
|
||||||
print $lineprefix, $blankline;
|
print $lineprefix, $blankline;
|
||||||
} else {
|
} else {
|
||||||
$line =~ s/\\\\\\/\&/g;
|
|
||||||
print $lineprefix, $line;
|
print $lineprefix, $line;
|
||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user