Commit 0a7995bef4df7b10ff209c8a1f0a65b2dc332274

Authored by nbm
1 parent 3754a957

KTS-1215: Be friendly to IE w.r.t. dictionary lists ending with commas.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6024 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/manage_help_item.smarty
... ... @@ -3,7 +3,7 @@
3 3 {literal}
4 4 tinyMCE.init({
5 5 mode : "textareas",
6   - theme : "simple",
  6 + theme : "simple"
7 7 });
8 8 {/literal}
9 9 {/capture}
... ...
templates/ktstandard/disclaimers/manage_disclaimers_item.smarty
... ... @@ -3,7 +3,7 @@
3 3 {literal}
4 4 tinyMCE.init({
5 5 mode : "textareas",
6   - theme : "simple",
  6 + theme : "simple"
7 7 });
8 8 {/literal}
9 9 {/capture}
... ...