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
7b61e596
Commit
7b61e596
authored
Jul 26, 2007
by
Gábor Hojtsy
Browse files
#85667
by beginner: XHTML validity; lists are not allowed in span tags
parent
bec12a21
Changes
2
Hide whitespace changes
Inline
Side-by-side
themes/bluemarine/node.tpl.php
View file @
7b61e596
...
...
@@ -4,7 +4,7 @@
}
?>
<?php
if
(
$page
==
0
)
{
?>
<h2
class=
"title"
><a
href=
"
<?php
print
$node_url
?>
"
>
<?php
print
$title
?>
</a></h2>
<?php
};
?>
<span
class=
"submitted"
>
<?php
print
$submitted
?>
</span>
<
span
class=
"taxonomy"
>
<?php
print
$terms
?>
</
span
>
<
div
class=
"taxonomy"
>
<?php
print
$terms
?>
</
div
>
<div
class=
"content"
>
<?php
print
$content
?>
</div>
<?php
if
(
$links
)
{
?>
<div
class=
"links"
>
»
<?php
print
$links
?>
</div>
<?php
};
?>
</div>
themes/pushbutton/node.tpl.php
View file @
7b61e596
...
...
@@ -4,7 +4,7 @@
<h1
class=
"title"
><a
href=
"
<?php
print
$node_url
?>
"
>
<?php
print
$title
?>
</a></h1>
<?php
endif
;
?>
<span
class=
"submitted"
>
<?php
print
$submitted
?>
</span>
<
span
class=
"taxonomy"
>
<?php
print
$terms
?>
</
span
>
<
div
class=
"taxonomy"
>
<?php
print
$terms
?>
</
div
>
<div
class=
"content"
>
<?php
print
$content
?>
</div>
<?php
if
(
$links
)
:
?>
<div
class=
"links"
>
»
<?php
print
$links
?>
</div>
...
...
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