diff --git a/lib/class.tx_ttnews_recordlist.php b/lib/class.tx_ttnews_recordlist.php index 7774f30..48f4c9f 100644 --- a/lib/class.tx_ttnews_recordlist.php +++ b/lib/class.tx_ttnews_recordlist.php @@ -190,44 +190,44 @@ $labelFirst = $GLOBALS['LANG']->sL('LLL:EXT:tt_news/mod1/locallang.xml:first'); $first = ' - '; } else { - $first = ''; + $first = ''; } if (($currentPage - 1) > 0) { $labelPrevious = $GLOBALS['LANG']->sL('LLL:EXT:tt_news/mod1/locallang.xml:previous'); $previous = ' - '; } else { - $previous = ''; + $previous = ''; } if (($currentPage + 1) <= $totalPages) { $labelNext = $GLOBALS['LANG']->sL('LLL:EXT:tt_news/mod1/locallang.xml:next'); $next = ' - '; } else { - $next = ''; + $next = ''; } if ($currentPage != $totalPages) { $labelLast = $GLOBALS['LANG']->sL('LLL:EXT:tt_news/mod1/locallang.xml:last'); $last = ' - '; } else { - $last = ''; + $last = ''; } $pageIndicator = sprintf($GLOBALS['LANG']->sL('LLL:EXT:tt_news/mod1/locallang.xml:pageIndicator'), $currentPage, $totalPages); @@ -470,7 +470,7 @@ } $img = TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('tt_news').'res/noedit_'.$reason.'.gif'; - return 'backPath,$img).' title="'.$label.'" alt="" />'; + return 'backPath,$img).' title="'.$label.'" alt="" />'; } @@ -519,7 +519,7 @@ // Create the sort link: $sortUrl = $this->listURL('',FALSE,'sortField,sortRev').'&sortField='.$field.'&sortRev='.($this->sortRev || ($this->sortField!=$field)?0:1); - $sortArrow = ($this->sortField==$field?'backPath,'gfx/red'.($this->sortRev?'up':'down').'.gif','width="7" height="4"').' alt="" />':''); + $sortArrow = ($this->sortField==$field?'backPath,'gfx/red'.($this->sortRev?'up':'down').'.gif','width="7" height="4"').' alt="" />':''); // Return linked field: return ''.$code.