jenkins-bot submitted this change.

View Change

Approvals: Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified
[bugfix] don't fix html inside syntaxhighlight parts

Bug: T306723
Change-Id: I826b4d5ab70173ff0fcb513675090d0c6401bb4d
---
M pywikibot/fixes.py
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pywikibot/fixes.py b/pywikibot/fixes.py
index 46758fa..0d85bcd 100644
--- a/pywikibot/fixes.py
+++ b/pywikibot/fixes.py
@@ -81,7 +81,8 @@
'nowiki',
'comment',
'math',
- 'pre'
+ 'pre',
+ 'syntaxhighlight',
],
}
},

To view, visit change 785334. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I826b4d5ab70173ff0fcb513675090d0c6401bb4d
Gerrit-Change-Number: 785334
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: JAn Dudík <jan.dudik@gmail.com>
Gerrit-Reviewer: Matěj Suchánek <matejsuchanek97@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged