Skip to content
Snippets Groups Projects
Commit ca0be803 authored by Prasad's avatar Prasad
Browse files

Reverted escape applied to textarea - which was needed for value in tag attribute.

parent e5b42ae3
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</div> </div>
<div class="row templateContent"> <div class="row templateContent">
<div class="col-lg-12"> <div class="col-lg-12">
<textarea style="width:390px;height:200px;" id="description" name="description">{if !empty($DESCRIPTION)}{$DESCRIPTION|escape:html}{/if}</textarea> <textarea style="width:390px;height:200px;" id="description" name="description">{if !empty($DESCRIPTION)}{$DESCRIPTION}{/if}</textarea>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment