diff --git a/indent/html.vim b/indent/html.vim
index ada5cc3..209263e 100644
--- a/indent/html.vim
+++ b/indent/html.vim
@@ -19,7 +19,7 @@ else
ru! indent/javascript.vim
endif
-echo "Sourcing html indent"
+"echo "Sourcing html indent"
" [-- local settings (must come before aborting the script) --]
diff --git a/indent/javascript.vim b/indent/javascript.vim
index b0e190c..5351abc 100644
--- a/indent/javascript.vim
+++ b/indent/javascript.vim
@@ -86,7 +86,7 @@ function! s:SearchForPair(lnum, beg, end)
" Set the cursor position to the beginning of the line (default
" behavior when using ==)
- call cursor(a:lnum, 0)
+ call cursor(a:lnum, 1)
" Search for the opening tag
let mnum = searchpair(a:beg, '', a:end, 'bW',