Difference between revisions of "Issue:Multiple CSS classes for table are ignored"
From FollowTheScore
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.4 |Description = Multiple CSS classes for table are ignored |Status = open }} == Problem == When creating a tab...) |
(close bug) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|Version = 1.7.4 | |Version = 1.7.4 | ||
|Description = Multiple CSS classes for table are ignored | |Description = Multiple CSS classes for table are ignored | ||
− | |Status = | + | |Status = closed |
}} | }} | ||
Line 30: | Line 30: | ||
== Reply == | == Reply == | ||
+ | |||
+ | Did you try | ||
+ | |||
+ | <nowiki><dpl></nowiki> | ||
+ | table='''class="wikitable sortable"''',Heading 1,Heading 2,Heading 3 | ||
+ | ... | ||
+ | <nowiki></dpl></nowiki> | ||
+ | |||
+ | [[User:Gero|Gero]] 13:55, 17 May 2008 (CEST) | ||
+ | |||
+ | : Yes, that works - thanks! [[User:Maiden taiwan|Maiden taiwan]] 18:38, 15 July 2008 (CEST) |
Latest revision as of 19:37, 15 July 2008
Description: | Multiple CSS classes for table are ignored |
Extension / Version: | DPL / 1.7.4 |
Type / Status: | Bug / closed |
Problem
When creating a table with multiple CSS classes:
<dpl> table=class=wikitable sortable,Heading 1,Heading 2,Heading 3 ... </dpl>
Only the first CSS class is used, even though:
<table class="wikitable sortable">
is perfectly legal HTML.
Example:
Heading 1 | Heading 2 |
---|
Reply
Did you try
<dpl> table=class="wikitable sortable",Heading 1,Heading 2,Heading 3 ... </dpl>
Gero 13:55, 17 May 2008 (CEST)
- Yes, that works - thanks! Maiden taiwan 18:38, 15 July 2008 (CEST)