Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js 2 Feb 2007 21:04:57 -0000 1.4 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js 13 May 2008 18:53:50 -0000 1.5 @@ -1,17 +1,8 @@ -/** - Implemented now as GetHtmlImplementation plugin in modules/GetHtml/TransformInnerHTML.js - */ - -function GetHtml(editor) { - editor.config.getHtmlMethod = "TransformInnerHTML"; +/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */ +/* This file is part of version 0.95 released Mon, 12 May 2008 17:33:15 +0200 */ +/* The URL of the most recent version of this file is http://svn.xinha.webfactional.com/trunk/plugins/GetHtml/get-html.js */ +function GetHtml(_1){ +_1.config.getHtmlMethod="TransformInnerHTML"; } +GetHtml._pluginInfo={name:"GetHtml",version:"1.0",developer:"Nelson Bright",developer_url:"http://www.brightworkweb.com/",sponsor:"",sponsor_url:"",license:"htmlArea"}; -GetHtml._pluginInfo = { - name : "GetHtml", - version : "1.0", - developer : "Nelson Bright", - developer_url : "http://www.brightworkweb.com/", - sponsor : "", - sponsor_url : "", - license : "htmlArea" -};