Index: modules/help/help.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.module,v
retrieving revision 1.54
diff -u -F^f -r1.54 help.module
--- modules/help/help.module 14 Aug 2006 07:14:49 -0000 1.54
+++ modules/help/help.module 17 Aug 2006 19:45:15 -0000
@@ -80,14 +80,14 @@ function help_links_as_list() {
// Output pretty four-column list
$break = ceil(count($modules) / 4);
- $output = '
';
+ $output = '';
foreach ($modules as $i => $module) {
$output .= '- '. l(t($module), 'admin/help/'. $module) .'
';
if (($i + 1) % $break == 0) {
$output .= '
';
+ $output .= '
';
return $output;
}
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.674
diff -u -F^f -r1.674 node.module
--- modules/node/node.module 15 Aug 2006 07:30:17 -0000 1.674
+++ modules/node/node.module 17 Aug 2006 19:45:17 -0000
@@ -1330,7 +1330,7 @@ function theme_node_filter_form(&$form)
* Theme node administraton filter selector.
*/
function theme_node_filters(&$form) {
- $output .= '';
return $output;
}
@@ -2433,8 +2433,8 @@ function node_form_alter($form_id, &$for
$form['advanced']['submit'] = array(
'#type' => 'submit',
'#value' => t('Advanced search'),
- '#prefix' => '',
- '#suffix' => '
',
+ '#prefix' => '',
+ '#suffix' => '
',
);
$form['#validate']['node_search_validate'] = array();
Index: modules/system/defaults.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/defaults.css,v
retrieving revision 1.1
diff -u -F^f -r1.1 defaults.css
--- modules/system/defaults.css 14 Aug 2006 07:14:49 -0000 1.1
+++ modules/system/defaults.css 17 Aug 2006 19:45:17 -0000
@@ -26,7 +26,28 @@ form {
padding-right: 1em;
border-bottom: 3px solid #ccc;
}
-br.clear {
- clear: both;
- height: 0;
+
+/*
+** Markup free clearing
+** Details: http://www.positioniseverything.net/easyclearing.html
+*/
+.clear:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
}
+
+.clear {
+ display: inline-block;
+}
+
+/* Hides from IE-mac \*/
+* html .clear {
+ height: 1%;
+}
+.clear {
+ display: block;
+}
+/* End hide from IE-mac */
Index: themes/engines/phptemplate/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/comment.tpl.php,v
retrieving revision 1.2
diff -u -F^f -r1.2 comment.tpl.php
--- themes/engines/phptemplate/comment.tpl.php 15 Apr 2006 04:07:18 -0000 1.2
+++ themes/engines/phptemplate/comment.tpl.php 17 Aug 2006 19:45:17 -0000
@@ -1,15 +1,12 @@
-
-
@@ -8,11 +8,8 @@
- - - + + + +