summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-16 18:00:02 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-16 18:00:02 -0800
commit7f20f660791a8276e6f74232e6b941cf20c8c1a7 (patch)
treeadabf90b23e5dccce635451626d3c12c33a7cd63
parentff728b3ccd329e988220ca2857b3dcd989ebad37 (diff)
Whitespace.
-rw-r--r--modules/user/views/user_form.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/user_form.html.php b/modules/user/views/user_form.html.php
index 039ae8a5..4ce2b532 100644
--- a/modules/user/views/user_form.html.php
+++ b/modules/user/views/user_form.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<script type="text/javascript">
+<script type="text/javascript">
$("form").ready(function(){
$('input[name="password"]').user_password_strength();
});