Index: H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/locallang.xml =================================================================== --- H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/locallang.xml (revision 27103) +++ H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/locallang.xml (revision 27104) @@ -126,7 +126,7 @@ - + Index: H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/index.php =================================================================== --- H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/index.php (revision 27103) +++ H:/templavoila_typo3/htdocs/typo3conf/ext/templavoila/cm1/index.php (revision 27104) @@ -1723,15 +1723,15 @@ } else { $tRows[]=' - ' . $GLOBALS['LANG']->getLL('mapDSelement') . ':: + ' . $GLOBALS['LANG']->getLL('mapDSelement') . ': '.$this->elNames[$this->mapElPath]['tx_templavoila']['title'].' - ' . $GLOBALS['LANG']->getLL('mapLimitToTags') . ':: + ' . $GLOBALS['LANG']->getLL('mapLimitToTags') . ': '.htmlspecialchars(($limitTags?strtoupper($limitTags):'(ALL TAGS)')).' - ' . $GLOBALS['LANG']->getLL('instructions') . ': + ' . $GLOBALS['LANG']->getLL('mapInstructions') . ': '.htmlspecialchars($this->elNames[$this->mapElPath]['tx_templavoila']['description']).' ';