Wrap parser output in <div class="mw-parser-output">
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 27 Apr 2017 16:58:17 +0000 (12:58 -0400)
committerTim Starling <tstarling@wikimedia.org>
Mon, 8 May 2017 05:32:03 +0000 (05:32 +0000)
commit1aac0a2992e3bbec0436c5e01e00bfc4fef3ccc2
tree8afd271d59c9bd3150511ecf7199af59dfad8a96
parent4a4021f2a6fd657d5832567d3af6d4d83fcfa1f1
Wrap parser output in <div class="mw-parser-output">

This will allow CSS to target just the parser output, without also
accidentally targeting the edit form, diff tables, and so on.

Bug: T37247
Change-Id: If4eb5bf71f94fa366ec4eddb6964e8f4df6b824a
Depends-On: I330c6aa4aaee045614b1801ed34bc9e03be69650
Depends-On: I52a518fa44e017841fe78474012cd69823e0a41d
13 files changed:
RELEASE-NOTES-1.30
includes/api/ApiParse.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/cache/MessageCache.php
includes/parser/Parser.php
includes/parser/ParserOptions.php
tests/parser/ParserTestRunner.php
tests/parser/parserTests.txt
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/content/WikitextContentTest.php
tests/phpunit/includes/page/WikiPageTest.php
tests/phpunit/includes/parser/TagHooksTest.php