Last modified: 2013-06-10 19:26:51 UTC
Created attachment 12083 [details] mwe-upwiz-license-cc-zero: Parse error at position 28 (on beta cluster) While uploading a file on beta ( http://commons.wikimedia.beta.wmflabs.org/ ) I noticed the CC-0 text is producing an error: mwe-upwiz-license-cc-zero: Parse error at position 28 in input: Creative Commons CC0 Waiver <br />(release all rights, like public domain: [$2 legal code] Screenshot attached. UploadWizard runs out of master on the beta cluster.
Visible enough to give it high prio, though minor issue.
I think this was a transient thing caused by some i18n bug. CC'ing Siebrand and Nemo
Looks similar to bug 43746? Maybe the message is not loaded.
(In reply to comment #3) > Looks similar to bug 43746? Maybe the message is not loaded. I don't think so, if the message isn't loaded it mostly displays the message key but its showing the message in here. I thought this is part of some i18n issue
It works fine on my local wiki (core not up to date).. Strangely the license messages have a $2 but no $1
Updated core and now I see the bug :)
mediawiki.jqueryMsg does not support <br />. <br> doesn't cause syntax error but will be escaped. Possible solutions: * Remove <br /> * Add support for self closing tags
Related URL: https://gerrit.wikimedia.org/r/64551 (Gerrit Change I42fb4a8d86f2955e1daf35f919b7581425cbf4e6)
Removing <br />
Change Merged