Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
09d52f32
Commit
09d52f32
authored
Dec 14, 2006
by
Dries Buytaert
Browse files
- Removing trailing whitespace.
parent
015319d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
misc/progress.js
View file @
09d52f32
...
...
@@ -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
);
...
...
modules/system/system.css
View file @
09d52f32
...
...
@@ -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
{
...
...
themes/garland/comment.tpl.php
View file @
09d52f32
...
...
@@ -17,7 +17,7 @@
<div
class=
"content"
>
<?php
print
$content
?>
</div>
</div>
<?php
if
(
$links
)
:
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment