Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b77c5b3c
Commit
b77c5b3c
authored
Nov 20, 2012
by
catch
Browse files
Issue
#1831162
by dcmouyard: Fixed Tables generated by Views need better semantics.
parent
7525d1a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/theme/views-view-table.tpl.php
View file @
b77c5b3c
...
...
@@ -29,7 +29,7 @@
<thead>
<tr>
<?php
foreach
(
$header
as
$field
=>
$label
)
:
?>
<th
<?php
if
(
$header_classes
[
$field
])
{
print
'class="'
.
$header_classes
[
$field
]
.
'" '
;
}
?>
>
<th
<?php
if
(
$header_classes
[
$field
])
{
print
'class="'
.
$header_classes
[
$field
]
.
'" '
;
}
?>
scope=
"col"
>
<?php
print
$label
;
?>
</th>
<?php
endforeach
;
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment