Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
drupal
Commits
630e820e
Commit
630e820e
authored
Jan 19, 2006
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#45446
by jakeg: don't generate empty >>
parent
4c1522e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
themes/bluemarine/node.tpl.php
themes/bluemarine/node.tpl.php
+1
-1
No files found.
themes/bluemarine/node.tpl.php
View file @
630e820e
...
...
@@ -6,5 +6,5 @@
<span
class=
"submitted"
>
<?php
print
$submitted
?>
</span>
<span
class=
"taxonomy"
>
<?php
print
$terms
?>
</span>
<div
class=
"content"
>
<?php
print
$content
?>
</div>
<
div
class=
"links"
>
»
<?php
print
$links
?>
</div
>
<
?php
if
(
$links
)
{
?>
<div
class=
"links"
>
»
<?php
print
$links
?>
</div>
<?php
};
?
>
</div>
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