in reply to Re: HTML change for Other Users
in thread HTML change for Other Users
IANAPmdev, but I would guess that it's simpler for the HTML generation to separate them. Then you can do a simple loop like:
- foreach property
- add span with correct class for the property
Otherwise you have to do something like:
- foreach property
- add it to a list
- foreach property in the list
- add it to the classes for The One Span
|
---|
In Section
Perl Monks Discussion