allow <label ...> to be imported as well as <description ...>

This commit is contained in:
Ralf Becker 2002-09-12 21:46:11 +00:00
parent c4f5c280da
commit b09efe7676

View File

@ -392,6 +392,7 @@
switch ($tag)
{
case 'description':
case 'label':
$attr['label'] = $attr['value'];
unset($attr['value']);
break;