You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/11/29 06:24:36 UTC

svn commit: r106887 - /cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js

Author: antonio
Date: Sun Nov 28 21:24:35 2004
New Revision: 106887

URL: http://svn.apache.org/viewcvs?view=rev&rev=106887
Log:
Fixing typo ;-)
Modified:
   cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js?view=diff&rev=106887&p1=cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js&r1=106886&p2=cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js&r2=106887
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/resources/scripts/prettycontent.js	Sun Nov 28 21:24:35 2004
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-function xml2html.toggle(event) {
+function xml2htmlToggle(event) {
 
     var mark;
     if (event.srcElement) {