Last modified: 2010-05-15 14:36:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3765, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1765 - Tidy causes corruption inside <gallery>
Tidy causes corruption inside <gallery>
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: High major (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/wiki/User:%C6...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-27 04:08 UTC by Ævar Arnfjörð Bjarmason
Modified: 2010-05-15 14:36 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ævar Arnfjörð Bjarmason 2005-03-27 04:08:23 UTC
Using the tidy configuration here (also used on Wikimedia websites):
http://cvs.sourceforge.net/viewcvs.py/wikipedia/extensions/tidy/tidy.conf?rev=1.2&view=markup
tidy will corrupt gallery captions.
Comment 1 Ævar Arnfjörð Bjarmason 2005-03-27 05:17:28 UTC
This was an upstream issue as suspected, the patch needed to work around this
changed one line of code:

-	$sk->makeKnownLinkObj( $nt, $thumb->toHtml() ) . '</div><div
class="gallerytext">' .
+	$sk->makeKnownLinkObj( $nt, $thumb->toHtml() ) . '</div><div
class="gallerytext">' . "\n" .

See: http://mail.wikipedia.org/pipermail/mediawiki-cvs/2005-March/007241.html

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links