Commit cfc18b4cf3ff7c5428278563aefa25de3fc9c309
1 parent
82579b9a
KTS-1599
"HTML-Entities can be entered in document fields" Reverted these changes as they broke i18n input and display. Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6290 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/fieldsets/conditional_editable.smarty
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <legend>{$title}</legend> | 2 | <legend>{$title}</legend> |
| 3 | <input type="hidden" class="fixed" name="fieldset" value="{$fieldset_id}" /> | 3 | <input type="hidden" class="fixed" name="fieldset" value="{$fieldset_id}" /> |
| 4 | <p class="descriptiveText"> | 4 | <p class="descriptiveText"> |
| 5 | - {$description|escape:"htmlall"} | 5 | + {$description} |
| 6 | </p> | 6 | </p> |
| 7 | 7 | ||
| 8 | <div class="conditional_target"> | 8 | <div class="conditional_target"> |