Author: batiste.bieler
Date: Wed Feb 4 02:30:05 2009
New Revision: 328
Modified:
trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
Log:
Fix a bug occuring with IE
Modified: trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
==============================================================================
--- trunk/pages/templates/admin/pages/page/widgets/wymeditor.html
(original)
+++ trunk/pages/templates/admin/pages/page/widgets/wymeditor.html Wed Feb
4 02:30:05 2009
@@ -73,6 +73,6 @@
wym.insert('<a href="' + href + '" title="' + title
+ '">' + title + '</a>');
wdw.close();
});
- },
+ }
});
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---