Index: watir/watir.rb =================================================================== --- watir/watir.rb (revision 1149) +++ watir/watir.rb (working copy) @@ -1959,7 +1959,7 @@ raise "Requires REXML version of at least 3.1.4. Actual: #{REXML::Version}" end if @rexmlDomobject == nil - htmlSource ="\n\n" + htmlSource ="\n\n" htmlSource = html_source(document.body,htmlSource," ") htmlSource += "\n\n" # Angrez: Resolving Jira issue WTR-114