version 3.1.10

This commit is contained in:
Alchemy
2011-04-08 15:42:53 +02:00
parent 006602a463
commit facf6524cd
20 changed files with 4820 additions and 4469 deletions

View File

@@ -178,8 +178,10 @@ class exportElement
if($xml)
{
$downloadable['caption'] = array('class'=>'caption','label'=>_('caption'));
$this->add_count('caption', mb_strlen($xml));
$downloadable['caption'] = array('class'=>'caption','label'=>_('caption XML'));
$downloadable['caption-yaml'] = array('class'=>'caption','label'=>_('caption YAML'));
$this->add_count('caption', strlen($xml));
$this->add_count('caption-yaml', strlen(strip_tags($xml)));
}
$this->downloadable = $downloadable;