diff --git a/typo3/sysext/css_styled_content/ext_conf_template.txt b/typo3/sysext/css_styled_content/ext_conf_template.txt
index 86b586fc33ff0926ffbe0689e209a68c0c9c3cc2..1b540030b9f5c26ed5cdb9a21775c3f8c975449f 100755
--- a/typo3/sysext/css_styled_content/ext_conf_template.txt
+++ b/typo3/sysext/css_styled_content/ext_conf_template.txt
@@ -6,4 +6,4 @@ removePositionTypes = 1
 
 
 
-# TYPO3 CVS ID: $Id$
\ No newline at end of file
+# TYPO3 SVN ID: $Id$
\ No newline at end of file
diff --git a/typo3/sysext/css_styled_content/ext_tables.php b/typo3/sysext/css_styled_content/ext_tables.php
index 93d3a41e3ac7f3e6c6215659f755367f4576c97e..df9209e6a241564df0058873e56900369ea68b86 100755
--- a/typo3/sysext/css_styled_content/ext_tables.php
+++ b/typo3/sysext/css_styled_content/ext_tables.php
@@ -1,12 +1,12 @@
 <?php
-# TYPO3 CVS ID: $Id$
+# TYPO3 SVN ID: $Id$
 if (!defined ('TYPO3_MODE')) 	die ('Access denied.');
 
 	// add flexform
 t3lib_extMgm::addPiFlexFormValue('*', 'FILE:EXT:css_styled_content/flexform_ds.xml','table');
-$TCA['tt_content']['types']['table']['showitem']='CType;;4;button,hidden,1-1-1, header;;3;;2-2-2, linkToTop;;;;4-4-4, 
+$TCA['tt_content']['types']['table']['showitem']='CType;;4;button,hidden,1-1-1, header;;3;;2-2-2, linkToTop;;;;4-4-4,
 			--div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.5, layout;;10;button;3-3-3, cols, bodytext;;9;nowrap:wizards[table], text_properties, pi_flexform,
 			--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access,starttime, endtime';
-													
+
 t3lib_extMgm::addStaticFile($_EXTKEY,'static/','CSS Styled Content');
 ?>
diff --git a/typo3/sysext/css_styled_content/pageTSconfig.txt b/typo3/sysext/css_styled_content/pageTSconfig.txt
index b7c29f16fc34cba2035445f7b71a63ae4a11e96b..b1067f4e2e841b2c11d6dddfd62a5415ea348bee 100755
--- a/typo3/sysext/css_styled_content/pageTSconfig.txt
+++ b/typo3/sysext/css_styled_content/pageTSconfig.txt
@@ -4,7 +4,7 @@
 # Removes obsolete type values and fields from "Content Element" table "tt_content"
 # Configures processing for the Rich Text Editor according to the rendering principles.
 #
-# TYPO3 CVS ID: $Id$
+# TYPO3 SVN ID: $Id$
 # ***************************************************************************************
 
 TCEFORM.tt_content {
@@ -26,7 +26,7 @@ RTE.config.tt_content.bodytext.showButtons = table
 RTE.config.tt_content.bodytext.proc {
   overruleMode = ts_css
   allowedClasses= _
-  
+
    # This will clean up content coming from RTE into database so that it is XHTML compatible regarding case and quotes around attributes:
   entryHTMLparser_db = 1
   entryHTMLparser_db {