summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-19 01:30:07 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-19 01:30:07 +0000
commit079dca8e17b47cfee0a80f4a683bb511c8fe5505 (patch)
tree8006b60dc5719ed42ff6be0f8645bb8da637a037 /modules/comment/comment.tpl.php
parent29a574e08252d3fe7e1e805abbb6373a2cddba54 (diff)
downloadbrdo-079dca8e17b47cfee0a80f4a683bb511c8fe5505.tar.gz
brdo-079dca8e17b47cfee0a80f4a683bb511c8fe5505.tar.bz2
- Patch #608036 by effulgentsia: add content_attributes() variable for tpl files, so RDF can be implemented better.
Diffstat (limited to 'modules/comment/comment.tpl.php')
-rw-r--r--modules/comment/comment.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php
index 2777b3eda..ffc0c3c99 100644
--- a/modules/comment/comment.tpl.php
+++ b/modules/comment/comment.tpl.php
@@ -66,7 +66,7 @@
?>
</div>
- <div class="content">
+ <div class="content"<?php print $content_attributes; ?>>
<?php
// We hide the comments and links now so that we can render them later.
hide($content['links']);