Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
8b72b392
Commit
8b72b392
authored
Oct 05, 2007
by
Gábor Hojtsy
Browse files
#180897
by sun: fix an XHTML validity error in Garland
parent
272a97ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
themes/garland/page.tpl.php
View file @
8b72b392
...
...
@@ -74,7 +74,7 @@
<?php
if
(
$help
)
:
print
$help
;
endif
;
?>
<?php
if
(
$show_messages
&&
$messages
)
:
print
$messages
;
endif
;
?>
<?php
print
$content
?>
<
span
class=
"clear"
></
span
>
<
div
class=
"clear"
></
div
>
<?php
print
$feed_icons
?>
<div
id=
"footer"
>
<?php
print
$footer_message
.
$footer
?>
</div>
</div></div></div></div>
<!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
...
...
themes/garland/style.css
View file @
8b72b392
...
...
@@ -971,7 +971,7 @@ tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
/**
* CSS support
*/
span
.clear
{
div
.clear
{
display
:
block
;
clear
:
both
;
height
:
1px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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