jenkins-bot has submitted this change and it was merged.

Change subject: Disable $wgUseTidy: not working and we're not interested in it
......................................................................


Disable $wgUseTidy: not working and we're not interested in it

According to bawolff, this misleading HTML comment in all pages usually means
the binary is not found: "Tidy found serious XHTML errors".
Probably due to what explained in [[mw:$wgTidyInternal]].
According to Nikerabbit, we're not interested in tidy.

Change-Id: Ib7e433297fde220b1c2605cd3ef90db8f53bf5cb
---
M TranslatewikiSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/TranslatewikiSettings.php b/TranslatewikiSettings.php
index aa12d17..15f5d93 100644
--- a/TranslatewikiSettings.php
+++ b/TranslatewikiSettings.php
@@ -27,7 +27,7 @@
 $wgRightsText = "";
 $wgRightsIcon = "";
 
-$wgUseTidy = true;
+$wgUseTidy = false;
 $wgSVGConverter = 'rsvg';
 $wgMaxShellMemory = 1024 * 200;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/101205
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7e433297fde220b1c2605cd3ef90db8f53bf5cb
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to