summaryrefslogtreecommitdiff
path: root/modules/book/book-export-html.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book-export-html.tpl.php')
-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 180f3ae77..4b25a766e 100644
--- a/modules/book/book-export-html.tpl.php
+++ b/modules/book/book-export-html.tpl.php
@@ -40,7 +40,7 @@
*/
$div_close = '';
?>
- <?php for ($i = 1; $i < $depth; $i++) : ?>
+ <?php for ($i = 1; $i < $depth; $i++): ?>
<div class="section-<?php print $i; ?>">
<?php $div_close .= '</div>'; ?>
<?php endfor; ?>