X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/f89c1d16bb18b61e62efd86757c6793e3096773a..83c1edc38174e349bfd0f9632d80c4cd73fc8902:/typo3/sysext/backend/Classes/History/RecordHistory.php
diff --git a/typo3/sysext/backend/Classes/History/RecordHistory.php b/typo3/sysext/backend/Classes/History/RecordHistory.php
index d4a2bd6952c4..df4393e27d3e 100644
--- a/typo3/sysext/backend/Classes/History/RecordHistory.php
+++ b/typo3/sysext/backend/Classes/History/RecordHistory.php
@@ -748,7 +748,7 @@ class RecordHistory {
* @return string HTML output
*/
public function createRollbackLink($key, $alt = '', $type = 0) {
- return $this->linkPage('
', array('rollbackFields' => $key));
+ return $this->linkPage('
', array('rollbackFields' => $key));
}
/**