mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -1796,7 +1796,6 @@ sub output_highlight_rst {
|
|||
if ($line eq "") {
|
||||
print $lineprefix, $blankline;
|
||||
} else {
|
||||
$line =~ s/\\\\\\/\&/g;
|
||||
print $lineprefix, $line;
|
||||
}
|
||||
print "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue