summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-14 14:21:36 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-14 14:21:36 +0000
commit09d52f32d93042a97979b8d1d05c6ccab2288d1a (patch)
treeb1944bf3f89825c7e9c8f1346a1a947fb8dc925d
parent015319d6b534190c062980d2428aad7cd60de447 (diff)
downloadbrdo-09d52f32d93042a97979b8d1d05c6ccab2288d1a.tar.gz
brdo-09d52f32d93042a97979b8d1d05c6ccab2288d1a.tar.bz2
- Removing trailing whitespace.
-rw-r--r--misc/progress.js2
-rw-r--r--modules/system/system.css2
-rw-r--r--themes/garland/comment.tpl.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/progress.js b/misc/progress.js
index 221aca6a7..3db804f2f 100644
--- a/misc/progress.js
+++ b/misc/progress.js
@@ -71,7 +71,7 @@ Drupal.progressBar.prototype.sendPing = function () {
$.ajax({
type: this.method,
url: this.uri,
- data: '',
+ data: '',
success: function (data) {
// Parse response
var progress = Drupal.parseJson(data);
diff --git a/modules/system/system.css b/modules/system/system.css
index a3d5a9bb2..a91479088 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -81,7 +81,7 @@ tr.merge-down, tr.merge-down td, tr.merge-down th {
tr.merge-up, tr.merge-up td, tr.merge-up th {
border-top-width: 0 !important;
}
-.form-item input.error, .form-item textarea.error {
+.form-item input.error, .form-item textarea.error, .form-item select.error {
border: 2px solid red;
}
.form-item .description {
diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php
index b2646c695..6d3fb73c6 100644
--- a/themes/garland/comment.tpl.php
+++ b/themes/garland/comment.tpl.php
@@ -17,7 +17,7 @@
<div class="content">
<?php print $content ?>
</div>
-
+
</div>
<?php if ($links): ?>