summaryrefslogtreecommitdiff
path: root/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js')
-rw-r--r--extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js b/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js
index 9857b9e8..bd00325f 100644
--- a/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js
+++ b/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js
@@ -416,7 +416,7 @@ fn: {
} )
.appendTo( $paramRow );
$paramRow
- .append( '<div style="clear:both"></div>' )
+ .append( '<div style="clear: both;"></div>' )
.appendTo( $fields );
}
}
@@ -566,7 +566,7 @@ fn: {
ranges[params[rangeIndex].valueIndex].newVal = value;
}
return retVal;
- };
+ }
/* Public Functions */