Revision 788
Added by doc over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
02-Apr-2008 Christian Sommer |
| 15 |
! fixed layout issue with optional subject/body text of encrypted mailto links |
|
| 15 | 16 |
# fixed bug in the mailto Javascript encryption code of the Output-Filter module |
| 16 | 17 |
01-Apr-2008 Christian Sommer |
| 17 | 18 |
! removed typo in English language file |
| trunk/wb/modules/output_filter/js/mdcr.js | ||
|---|---|---|
| 22 | 22 |
c+=String.fromCharCode(e+97); |
| 23 | 23 |
} |
| 24 | 24 |
} |
| 25 |
return "mailto:"+c+unescape(f);
|
|
| 25 |
return "mailto:"+c+f;
|
|
| 26 | 26 |
} |
Also available in: Unified diff
Fixed layout issue with optional subject/body text of encrypted mailto links (carriage return)