User "Krinkle" posted a comment on MediaWiki.r91349.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/91349#c19142
Commit summary:

Adding quotes for the [rel=] stuff, since this broke one test.

Reported in bug 29106. Patch by Michael M.

Comment:

<pre>

-                                               'div[rel=' + data.section + 
'].section ' + 'div[rel=' + data.group + '].group'
+                                               'div[rel="' + data.section + 
'"].section ' + 'div[rel=' + data.group + '].group'


-                                               'div[rel=' + data.section + 
'].section ' + 'div[rel=' + data.page + '].page table'
+                                               'div[rel="' + data.section + 
'"].section ' + 'div[rel=' + data.page + '].page table'
</pre>

There's two of them on one line, may want to fix the other as well ;-)

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

Reply via email to