Index: modules/help/help.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.module,v
retrieving revision 1.54
diff -u -r1.54 help.module
--- modules/help/help.module 14 Aug 2006 07:14:49 -0000 1.54
+++ modules/help/help.module 14 Aug 2006 22:24:14 -0000
@@ -80,14 +80,14 @@
// 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.672
diff -u -r1.672 node.module
--- modules/node/node.module 14 Aug 2006 07:14:49 -0000 1.672
+++ modules/node/node.module 14 Aug 2006 22:24:15 -0000
@@ -1327,7 +1327,7 @@
* Theme node administraton filter selector.
*/
function theme_node_filters(&$form) {
- $output .= '';
return $output;
}
@@ -2463,8 +2463,8 @@
$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 -r1.1 defaults.css
--- modules/system/defaults.css 14 Aug 2006 07:14:49 -0000 1.1
+++ modules/system/defaults.css 14 Aug 2006 22:24:15 -0000
@@ -26,7 +26,26 @@
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 \*/
+.clear {
+ _height: 1%;
+ 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 -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 14 Aug 2006 22:24:16 -0000
@@ -1,15 +1,12 @@
-
-
@@ -8,11 +8,8 @@
- - - + + + +