Skip to content

Commit

Permalink
Item14931: fix attachment tables in pattern skin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Apr 8, 2021
1 parent 7a811fa commit 12aa86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PatternSkin/templates/attachtables.pattern.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%TMPL:P{ATTACH:files:header(toprow)}%%TMPL:END%

%{ Format definition for topic attachment table }%
%TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%%TMPL:END%
%TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%}%%TMPL:END%

%{ Header for topic attachment table }%
%TMPL:DEF{ATTACH:files:header}%<div class="foswikiAttachments foswikiFormStep" style="overflow:auto">
Expand Down
2 changes: 1 addition & 1 deletion PatternSkin/templates/attachtables.pattern01x00.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%TMPL:P{ATTACH:files:header(toprow)}%%TMPL:END%

%{ Format definition for topic attachment table }%
%TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%%TMPL:END%
%TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%}%%TMPL:END%

%{ Header for topic attachment table }%
%TMPL:DEF{ATTACH:files:header}%<div class="foswikiAttachments foswikiFormStep">
Expand Down

0 comments on commit 12aa86b

Please sign in to comment.