afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-16 02:26 pm

[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 [personal profile] afuna.

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 {
--------------------------------------------------------------------------------