Merge "TemplateDataBlob: Don't add class "sortable" to HTML rendering"

This commit is contained in:
Trevor Parscal 2013-05-02 20:56:33 +00:00 committed by Gerrit Code Review
commit f1512577b2

View file

@ -228,7 +228,7 @@ class TemplateDataBlob {
$html =
Html::openElement( 'div', array( 'class' => 'mw-templatedata-doc-wrap' ) )
. Html::element( 'p', array( 'class' => 'mw-templatedata-doc-desc' ), $data->description->$langCode )
. '<table class="wikitable sortable mw-templatedata-doc-params">'
. '<table class="wikitable mw-templatedata-doc-params">'
. Html::element( 'caption', array(), $context->msg( 'templatedata-doc-params' ) )
. '<thead><tr>'
. Html::element( 'th', array(), $context->msg( 'templatedata-doc-param-name' ) )