--- typo3_src-4.0.1-orig/typo3/wizard_tsconfig.php 2006-07-31 13:51:50.000000000 +0200
+++ typo3_src-4.0.1-online/typo3/wizard_tsconfig.php 2006-09-08 08:35:27.529112290 +0200
@@ -305,13 +305,13 @@
// Adding link to TSref:
if ($this->mode=='tsref') {
$this->content.=$this->doc->section($LANG->getLL('tsprop_TSref'),'
- '.$LANG->getLL('tsprop_TSref',1).'
+ '.$LANG->getLL('tsprop_TSref',1).'
',0,1);
}
// Adding link to admin guides etc:
if ($this->mode=='page' || $this->mode=='beuser') {
$this->content.=$this->doc->section($LANG->getLL('tsprop_tsconfig'),'
- '.$LANG->getLL('tsprop_tsconfig',1).'
+ '.$LANG->getLL('tsprop_tsconfig',1).'
',0,1);
}
}