projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519f43a
)
Presenter: hidden ist ein value_less attribut
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 19 Jan 2016 13:34:09 +0000
(14:34 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Jan 2016 16:29:51 +0000
(17:29 +0100)
SL/Presenter/Tag.pm
patch
|
blob
|
history
diff --git
a/SL/Presenter/Tag.pm
b/SL/Presenter/Tag.pm
index
7ee8531
..
1c25f38
100644
(file)
--- a/
SL/Presenter/Tag.pm
+++ b/
SL/Presenter/Tag.pm
@@
-13,7
+13,7
@@
use Carp;
my %_valueless_attributes = map { $_ => 1 } qw(
checked compact declare defer disabled ismap multiple noresize noshade nowrap
- readonly selected
+ readonly selected
hidden
);
sub _call_on {