mirror of https://gitee.com/openkylin/linux.git
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 "") {
|
||||
print $lineprefix, $blankline;
|
||||
} else {
|
||||
$line =~ s/\\\\\\/\&/g;
|
||||
print $lineprefix, $line;
|
||||
}
|
||||
print "\n";
|
||||
|
|
Loading…
Reference in New Issue