Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 787)
+++ trunk/CHANGELOG	(revision 788)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 02-Apr-2008 Christian Sommer
+!	fixed layout issue with optional subject/body text of encrypted mailto links
 #	fixed bug in the mailto Javascript encryption code of the Output-Filter module
 01-Apr-2008 Christian Sommer
 !	removed typo in English language file
Index: trunk/wb/modules/output_filter/js/mdcr.js
===================================================================
--- trunk/wb/modules/output_filter/js/mdcr.js	(revision 787)
+++ trunk/wb/modules/output_filter/js/mdcr.js	(revision 788)
@@ -22,5 +22,5 @@
       c+=String.fromCharCode(e+97);
     }
   }
-  return "mailto:"+c+unescape(f);
+  return "mailto:"+c+f;
 }
\ No newline at end of file
