Skip to content
Snippets Groups Projects
Commit d0899bb3 authored by Uma's avatar Uma
Browse files

Merge branch 'security_Workflow_listview' into 'master'

Fixes security vulnerability in workflow list-view

See merge request !656
parents 357ec4f5 ab4b5f77
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
<div class="col-md-4">
<div class="search-link hidden-xs" style="margin-top: 0px;">
<span aria-hidden="true" class="fa fa-search"></span>
<input class="searchWorkflows" type="text" type="text" value="{$SEARCH_VALUE}" placeholder="{vtranslate('LBL_WORKFLOW_SEARCH', $QUALIFIED_MODULE)}">
<input class="searchWorkflows" type="text" value="{decode_html($SEARCH_VALUE)|htmlentities}" placeholder="{vtranslate('LBL_WORKFLOW_SEARCH', $QUALIFIED_MODULE)}">
</div>
</div>
<div class="col-md-3">
......
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