[dw-free] Custom text module
[commit: http://hg.dwscoalition.org/dw-free/rev/e1ea25027601]
http://bugs.dwscoalition.org/show_bug.cgi?id=908
Allow custom text module to use HTML.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=908
Allow custom text module to use HTML.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r 843d67841075 -r e1ea25027601 bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Sat May 16 13:44:10 2009 +0000 +++ b/bin/upgrading/s2layers/core2.s2 Sat May 16 22:25:51 2009 +0800 @@ -1845,7 +1845,7 @@ property string text_module_customtext_c des = "Text for the 'Custom text' box"; cols = 50; rows = 10; - string_mode = "plain"; + string_mode = "html"; } property string text_module_customtext_url { --------------------------------------------------------------------------------