From 19d469fb07a0af7d334e4fd27e4d93803ca21840 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Sep 2011 20:28:49 -0400 Subject: - Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates. --- modules/book/book-all-books-block.tpl.php | 8 ++++---- modules/book/book-export-html.tpl.php | 2 +- modules/book/book-navigation.tpl.php | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/book') diff --git a/modules/book/book-all-books-block.tpl.php b/modules/book/book-all-books-block.tpl.php index d22ff2ccc..626a5f264 100644 --- a/modules/book/book-all-books-block.tpl.php +++ b/modules/book/book-all-books-block.tpl.php @@ -11,8 +11,8 @@ * render() on each to print it as an unordered list. */ ?> - $menu) : ?> -
- -
+ $menu): ?> +
+ +
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 = ''; ?> - +
'; ?> diff --git a/modules/book/book-navigation.tpl.php b/modules/book/book-navigation.tpl.php index e5883dc56..5d8e9aa7f 100644 --- a/modules/book/book-navigation.tpl.php +++ b/modules/book/book-navigation.tpl.php @@ -35,13 +35,13 @@ -- cgit v1.2.3