Revision 2447f511
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
74 | 74 |
my ($self, $tag, $content, @slurp) = @_; |
75 | 75 |
my $attributes = $self->attributes(@slurp); |
76 | 76 |
|
77 |
return "<${tag}${attributes}/>" unless defined($content);
|
|
77 |
return "<${tag}${attributes}>" unless defined($content); |
|
78 | 78 |
return "<${tag}${attributes}>${content}</${tag}>"; |
79 | 79 |
} |
80 | 80 |
|
Auch abrufbar als: Unified diff
Wir verwenden kein XHTML sondern HTML, also contentlose tags nicht mit /> zumachen.