Index: typo3/sysext/tstemplate/ts/index.php =================================================================== --- typo3/sysext/tstemplate/ts/index.php (revision 3611) +++ typo3/sysext/tstemplate/ts/index.php (working copy) @@ -342,11 +342,11 @@ $theOutput.=$this->doc->section("Create new website",'If you want this page to be the root of a new website, optionally based on one of the standard templates, then press the button below:

'.$selector.'
- ',0,1); + ',0,1); } // Extension? $theOutput.=$this->doc->spacer(10); - $theOutput.=$this->doc->section("Create extension template",'An extension template allows you to enter TypoScript values that will affect only this page and subpages.

',0,1); + $theOutput.=$this->doc->section("Create extension template",'An extension template allows you to enter TypoScript values that will affect only this page and subpages.

',0,1); // Go to first appearing... $first = $tmpl->ext_prevPageWithTemplate($this->id,$this->perms_clause);