r83434 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83433
|
r83434
|
r83435
>
Date:
04:04, 7 March 2011
Author:
bawolff
Status:
ok
Tags:
Comment:
(follow-up
r63291
). *head* -> *wall*. Add forgotten variable that caused invalid html with extra </li> (not noticable with tidy on).
Also fixes one of the two broken tests I added in
r83433
. The other one will have to wait for another day.
Modified paths:
/trunk/extensions/intersection/DynamicPageList.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/intersection/DynamicPageList.php
—
—
@@ -209,6 +209,7 @@
210
210
$sStartList = '';
211
211
$sEndList = '';
212
212
$sStartItem = '';
213
+ $sEndItem = '';
213
214
$bInlineMode = true;
214
215
break;
215
216
case 'unordered':
Follow-up revisions
Revision
Commit summary
Author
Date
r83435
(follow-up
r83434
) Didn't mean to commit so fast. Fix the test for this exten...
bawolff
04:13, 7 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63291
Bug 8886 - add an inline list mode to intersection
bawolff
21:15, 5 March 2010
r83433
Add parser tests to this extension....
bawolff
03:41, 7 March 2011
Status & tagging log
16:20, 16 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r83434
[
removed:
new
added:
ok]