diff --git a/modules/book/book-navigation.tpl.php b/modules/book/book-navigation.tpl.php index b8d624ab53391025b8a0f9c82f560eb4e9c3e1c0..8ec9bd7e5c4b4ac215160be9c00acb64c0c32c4b 100644 --- a/modules/book/book-navigation.tpl.php +++ b/modules/book/book-navigation.tpl.php @@ -35,7 +35,7 @@ -
'; + $output = '
'; $i = 0; foreach ($modules as $module => $name) { $output .= '- ' . l($name, 'admin/help/' . $module) . '
';
diff --git a/modules/node/node.admin.inc b/modules/node/node.admin.inc
index 9fabbf689dc7f03d062734bbc4042a6c81b0f5a5..29005bb94ab256d8277ffe758227eb3443480964 100644
--- a/modules/node/node.admin.inc
+++ b/modules/node/node.admin.inc
@@ -280,7 +280,7 @@ function theme_node_filter_form($form) {
*/
function theme_node_filters($form) {
$output = '';
- $output .= '
'; + $output .= '
'; if (!empty($form['current'])) { foreach (element_children($form['current']) as $key) { $output .= '- ' . drupal_render($form['current'][$key]) . '
';
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index a5bda033a1db03766453bb220dad534370c30ba1..cfa42ce6f96820a1676c842a61d924b243c86de4 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -49,7 +49,7 @@
* @see template_preprocess_node()
*/
?>
-
+
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index fe82f98b41128222ff69998cbd44882ce05025ea..e6e2774b6a6b4379ea8e8e1bf9a63c2ff3d9c962 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -219,7 +219,7 @@ function poll_form(&$node, $form_state) {
$form['choice_wrapper'] = array(
'#tree' => FALSE,
'#weight' => -4,
- '#prefix' => '',
+ '#prefix' => '',
'#suffix' => ' ',
);
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php
index 07c111b5d7f1e655f2626a51c9a60f393d193ca8..6b48189ad5324f7caaf3f8c34187f2a709fa6db3 100644
--- a/modules/profile/profile-listing.tpl.php
+++ b/modules/profile/profile-listing.tpl.php
@@ -36,7 +36,7 @@
* @see template_preprocess_profile_listing()
*/
?>
-
+
diff --git a/modules/system/defaults.css b/modules/system/defaults.css
index 7e97e881bd00793d4126bdf0895cdcec22cabdcc..a23131d50d4e9948f0625cf7d1f694c97a2fd8f1 100644
--- a/modules/system/defaults.css
+++ b/modules/system/defaults.css
@@ -31,7 +31,7 @@ th {
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
-.clear-block:after {
+.clearfix:after {
content: ".";
display: block;
height: 0;
@@ -39,15 +39,15 @@ th {
visibility: hidden;
}
-.clear-block {
+.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
-* html .clear-block {
+* html .clearfix {
height: 1%;
}
-.clear-block {
+.clearfix {
display: block;
}
/* End hide from IE-mac */
diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php
index 3a6139306068a2bb846132a9f8b0d95e1f59ba16..baaacd9cd3c33cd7705c55a89e8df42f9a39013d 100644
--- a/modules/system/maintenance-page.tpl.php
+++ b/modules/system/maintenance-page.tpl.php
@@ -55,7 +55,7 @@
-
+
@@ -68,7 +68,7 @@
-
+
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index da1be7eca5ac7675c787bd394dac1aa058392eee..94d2e0a85ab47febc0d3eb5b2050163ec1b2c63b 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -120,17 +120,17 @@
-
+
">
-
+
'links main-menu')); ?>
-
+
'links secondary-menu')); ?>
@@ -151,7 +151,7 @@
-
+
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index f2aa0403a1090418b7179e581157c87bd2bee545..734f469f6320c9d02db69db00ab2811c7185797f 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1983,11 +1983,11 @@ function theme_admin_page($blocks) {
}
}
- $output = '';
+ $output = '';
$output .= theme('system_compact_link');
foreach ($container as $id => $data) {
- $output .= '';
+ $output .= '';
$output .= $data;
$output .= ' ';
}
@@ -2031,9 +2031,9 @@ function theme_system_admin_by_module($menu_items) {
}
}
- $output = '';
+ $output = '';
foreach ($container as $id => $data) {
- $output .= '';
+ $output .= '';
$output .= $data;
$output .= ' ';
}
diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc
index b0e8d50a5f72a8cfe5985588e0c999ad9b26a4bc..ca4d4fdeb2d1854b6ebf7972d3dd52c3a4a138d3 100644
--- a/modules/user/user.admin.inc
+++ b/modules/user/user.admin.inc
@@ -836,7 +836,7 @@ function theme_user_filter_form($form) {
* @ingroup themeable
*/
function theme_user_filters($form) {
- $output = '
'; + $output = '
'; if (!empty($form['current'])) { foreach (element_children($form['current']) as $key) { $output .= '- ' . drupal_render($form['current'][$key]) . '
';
diff --git a/themes/bluemarine/comment.tpl.php b/themes/bluemarine/comment.tpl.php
index 013b0afa0fa6d071f8a1a699e8c6bc25916b2221..db778c819690663954457332abd71ce258f5cf2e 100644
--- a/themes/bluemarine/comment.tpl.php
+++ b/themes/bluemarine/comment.tpl.php
@@ -10,7 +10,7 @@
-
+
—
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 3336e183f9fc329bbfb92d7aa4202e65150d9331..5aef63aac13b834c6e4e762fbd36deddb279c7ce 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -12,7 +12,7 @@
-
+
" . $comment->comment;
if (!empty($comment->signature)) {
- $output .= " ";
+ $output .= " ";
$output .= "— \n";
$output .= $comment->signature . "\n";
$output .= " \n";
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index 8bbd371186e4012f65005791329c879828b1b0db..a14afe4d62c8b1877f23532b73fbb64f965cbf91 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -1,7 +1,7 @@
-
+
subject)): ?>
-
+
@@ -19,7 +19,7 @@
-
+
—
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php
index b05fc8adefd12ac993ae1e363ea081f9377bd3ef..27333ad571860baefe08f9a78883eff9d14f9574 100644
--- a/themes/garland/maintenance-page.tpl.php
+++ b/themes/garland/maintenance-page.tpl.php
@@ -27,10 +27,10 @@
-
+
-
+
@@ -72,7 +72,7 @@
-
+
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 99ceef887b998e00ba7fbcd1a923d84dcefd6c01..993a0fe6f89043cf5b33bd73ac9e1baf52515db0 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -13,11 +13,11 @@
-
+
-
+
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 396c9db23fa73c718c96bca441344b0063aa4438..c688f4cd8378a394e9a5c3457422d3db6fbf4349 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -15,10 +15,10 @@
-
+
-
+
@@ -46,13 +46,13 @@
-
+
+
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 0f79126293a44d1f04aae20b8fb407229affb1ef..dfde41aa2928852c919a8dd95966a49b469eeecb 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -145,7 +145,7 @@ ol.task-list li.active {
margin-right: 1em; /* LTR */
}
-fieldset ul.clear-block li {
+fieldset ul.clearfix li {
margin: 0;
padding: 0;
background-image: none;
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php
index 5e9ca7a4abd22d9cf7b77ded03152b223a75a529..18ac9a9520792c05fcd8f5e76905a20ddffd6edd 100644
--- a/themes/pushbutton/comment.tpl.php
+++ b/themes/pushbutton/comment.tpl.php
@@ -10,7 +10,7 @@
-
+
—
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 897bdc39629d88ffb2e2c859e38033d5f604f415..31ca7df314161e7d5aca3661ca481b2bc46726fc 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -170,7 +170,7 @@ function chameleon_comment($comment, $node, $links = array()) { $output .= "
" . l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) . "
\n"; $output .= "subject ?>
diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php index ab68a8cf7da7eceda2ec1c83bfabe8cd88c43289..3f96b1e2d434914ca48276f47296aa0e9eeccfaf 100644 --- a/themes/garland/comment.tpl.php +++ b/themes/garland/comment.tpl.php @@ -3,7 +3,7 @@ ?>>
-