r107539 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107538‎ | r107539 | r107540 >
Date:22:46, 28 December 2011
Author:rmoen
Status:ok
Tags:
Comment:
Rollback to storing item data in class name to prevent parser from removing html5 attributes
Modified paths:
  • /trunk/extensions/MoodBar/ApiFeedbackDashboardResponse.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/ApiFeedbackDashboardResponse.php
@@ -54,7 +54,7 @@
5555 $feedback_link . "\n" .
5656 '<span id="feedback-dashboard-response-' . $id . '"></span>' . "\n\n" .
5757 $response . "\n\n~~~~\n\n" .
58 - '<span class="markashelpful-item" data-markashelpful-item="' . $id . '" data-markashelpful-type="mbresponse">&nbsp;</span>',
 58+ '<span class="markashelpful-mbresponse-' . $id . '">&nbsp;</span>',
5959 'token' => $params['token'],
6060 'summary' => $summary,
6161 'notminor' => true,

Status & tagging log