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/aggregator/aggregator-item.tpl.php | 6 +++--- modules/aggregator/aggregator-summary-item.tpl.php | 4 ++-- modules/book/book-all-books-block.tpl.php | 8 ++++---- modules/book/book-export-html.tpl.php | 2 +- modules/book/book-navigation.tpl.php | 6 +++--- modules/field/theme/field.tpl.php | 4 ++-- modules/profile/profile-block.tpl.php | 4 ++-- modules/profile/profile-listing.tpl.php | 2 +- modules/search/search-block-form.tpl.php | 2 +- modules/search/search-result.tpl.php | 6 +++--- modules/search/search-results.tpl.php | 2 +- modules/user/user-profile-category.tpl.php | 2 +- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'modules') diff --git a/modules/aggregator/aggregator-item.tpl.php b/modules/aggregator/aggregator-item.tpl.php index c5dd70c67..e9ad1e0d7 100644 --- a/modules/aggregator/aggregator-item.tpl.php +++ b/modules/aggregator/aggregator-item.tpl.php @@ -24,19 +24,19 @@
- + -
- +
- +
:
diff --git a/modules/aggregator/aggregator-summary-item.tpl.php b/modules/aggregator/aggregator-summary-item.tpl.php index 1c8299938..fcd57c7a4 100644 --- a/modules/aggregator/aggregator-summary-item.tpl.php +++ b/modules/aggregator/aggregator-summary-item.tpl.php @@ -18,6 +18,6 @@ -, - +, + 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 @@ diff --git a/modules/field/theme/field.tpl.php b/modules/field/theme/field.tpl.php index e4cd85cd0..9e76e3b9c 100644 --- a/modules/field/theme/field.tpl.php +++ b/modules/field/theme/field.tpl.php @@ -49,11 +49,11 @@ After copying this file to your theme's folder and customizing it, remove this HTML comment. -->
> - +
>
> - $item) : ?> + $item): ?>
>
diff --git a/modules/profile/profile-block.tpl.php b/modules/profile/profile-block.tpl.php index 0bd833148..dbdbcd84e 100644 --- a/modules/profile/profile-block.tpl.php +++ b/modules/profile/profile-block.tpl.php @@ -31,9 +31,9 @@ ?> - +

- type != 'checkbox') : ?> + type != 'checkbox'): ?> title; ?>
value; ?> diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php index d484ed26b..d8b835af3 100644 --- a/modules/profile/profile-listing.tpl.php +++ b/modules/profile/profile-listing.tpl.php @@ -43,7 +43,7 @@

- +
value; ?>
diff --git a/modules/search/search-block-form.tpl.php b/modules/search/search-block-form.tpl.php index 78447463c..da58403c2 100644 --- a/modules/search/search-block-form.tpl.php +++ b/modules/search/search-block-form.tpl.php @@ -30,7 +30,7 @@ */ ?>
- subject)) : ?> + subject)): ?>

diff --git a/modules/search/search-result.tpl.php b/modules/search/search-result.tpl.php index db9f2202f..949452ac3 100644 --- a/modules/search/search-result.tpl.php +++ b/modules/search/search-result.tpl.php @@ -45,7 +45,7 @@ * for its existence before printing. The default keys of 'type', 'user' and * 'date' always exist for node searches. Modules may provide other data. * @code - * + * * * * @@ -69,10 +69,10 @@
- +

>

- +

diff --git a/modules/search/search-results.tpl.php b/modules/search/search-results.tpl.php index 4de724bec..e35be1edc 100644 --- a/modules/search/search-results.tpl.php +++ b/modules/search/search-results.tpl.php @@ -21,7 +21,7 @@ * @see template_preprocess_search_results() */ ?> - +

    diff --git a/modules/user/user-profile-category.tpl.php b/modules/user/user-profile-category.tpl.php index 0de7d5d00..0a86c762a 100644 --- a/modules/user/user-profile-category.tpl.php +++ b/modules/user/user-profile-category.tpl.php @@ -24,7 +24,7 @@ * @see template_preprocess_user_profile_category() */ ?> - +

    -- cgit v1.2.3