summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-23 15:35:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-23 15:35:35 +0000
commit024c9d177bb7ec7905651a7f46c5718eec4b89c0 (patch)
tree54d04a70deb269aa6658574c3965991a2c373069 /modules/book
parent435585012c75bd5073d36cf6e7500864c6332bf8 (diff)
downloadbrdo-024c9d177bb7ec7905651a7f46c5718eec4b89c0.tar.gz
brdo-024c9d177bb7ec7905651a7f46c5718eec4b89c0.tar.bz2
#915734 by amateescu: Fixed book-export-html.tpl.php has wrong variable name in doc
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book-export-html.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book-export-html.tpl.php b/modules/book/book-export-html.tpl.php
index 8dbc3e859..0af42a306 100644
--- a/modules/book/book-export-html.tpl.php
+++ b/modules/book/book-export-html.tpl.php
@@ -11,7 +11,7 @@
* - $language: Language code. e.g. "en" for english.
* - $language_rtl: TRUE or FALSE depending on right to left language scripts.
* - $base_url: URL to home page.
- * - $content: Nodes within the current outline rendered through
+ * - $contents: Nodes within the current outline rendered through
* book-node-export-html.tpl.php.
*
* @see template_preprocess_book_export_html()