diff options
-rw-r--r-- | misc/progress.js | 2 | ||||
-rw-r--r-- | modules/system/system.css | 2 | ||||
-rw-r--r-- | themes/garland/comment.tpl.php | 2 |
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): ?> |