Merge "FilterTagMultiselectWidget: Use frameless buttons and fix height issues"
[lhc/web/wiklou.git] / includes / changes / EnhancedChangesList.php
index 64d4aa7..30c6995 100644 (file)
@@ -98,7 +98,6 @@ class EnhancedChangesList extends ChangesList {
         * @return string
         */
        public function recentChangesLine( &$rc, $watched = false, $linenumber = null ) {
-
                $date = $this->getLanguage()->userDate(
                        $rc->mAttribs['rc_timestamp'],
                        $this->getUser()