[TYPO3-core] RFC #15047 Remove trailing whitespaces in front of EOL
Philipp Gampe
phil at philippgampe.info
Thu Jul 8 15:14:16 CEST 2010
Am 08.07.2010, 14:44 Uhr, schrieb Nikolas Hagelstein <lists at shr-now.de>:
> This is an SVN patch request.
>
> Type: [Cleanup]
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=15047
>
+1 testing by applying and doing a svn diff -x -w resulting in no result ;)
the following part is already applied:
--- t3lib/class.t3lib_spritemanager.php (revision 8132)
+++ t3lib/class.t3lib_spritemanager.php (working copy)
@@ -73,7 +73,7 @@
// create a fileName, the hash includes all icons
and css-styles registered and the extlist
$this->tempFileName = PATH_site . self::$tempPath .
md5(serialize($GLOBALS['TBE_STYLES']['spritemanager'])
.
-
md5(serialize($GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames']))
.
+
md5(serialize($GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames']))
.
$GLOBALS['TYPO3_CONF_VARS']['EXT']['extList'])
. '.inc';
// if no cache-file for the current config ist
present, regenerate it
if(!@file_exists($this->tempFileName)) {
Best regards
--
Philipp Gampe
More information about the TYPO3-team-core
mailing list