<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@ Request.HTML = new Class({
 		response.elements = temp.getElements('*');
 
 		if (options.filter) response.tree = response.elements.filter(options.filter);
-		if (options.update) $(options.update).empty().adopt(response.tree);
+		if (options.update) $(options.update).empty().set('html', response.html);
 		if (options.evalScripts) $exec(response.javascript);
 
 		this.onSuccess(response.tree, response.elements, response.html, response.javascript);</diff>
      <filename>Source/Request/Request.HTML.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a861d1f374880017528dab9cece303f680ce6b61</id>
    </parent>
  </parents>
  <author>
    <name>Tom Occhino</name>
    <email>tomocchino@gmail.com</email>
  </author>
  <url>http://github.com/mootools/mootools-core/commit/cd2623b4f5c8104033a659fcf9f09b63b36f2257</url>
  <id>cd2623b4f5c8104033a659fcf9f09b63b36f2257</id>
  <committed-date>2008-10-16T12:29:34-07:00</committed-date>
  <authored-date>2008-10-10T13:47:10-07:00</authored-date>
  <message>a temporary (band-aid) fix for Request.HTML to make the update option work until we update the Request Classes</message>
  <tree>d323a08b56cce3f11f4f754da99ecdbcf02f76c4</tree>
  <committer>
    <name>Thomas Aylott</name>
    <email>oblivious+git@subtlegradient.com</email>
  </committer>
</commit>
