Änderungen

10 Bytes hinzugefügt ,  3 Februar
keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:  
w='Wert'..i
 
w='Wert'..i
 
if not isEmpty(args[a]) then
 
if not isEmpty(args[a]) then
t=t..'<tr><td>Attribut'..i..'</td>'..
+
t=t..'<tr><td>'..args[a]..'</td>'..
'<td>'..args[a]..'</td></tr>'
+
'<td colspan="3">'..args[w]..'</td></tr>'
 
end
 
end
 
end
 
end