Skip to content

[FIX] PluginCustomSearch : Fix rendering problem when using a wiki page as template

Ticket: https://avan.tech/item109095

In wiki page:

(CUSTOMSEARCH(wiki="recherchemotclef_gabarit")

The content of wiki page used as template:

{literal}

<div class="input-group mb-3">
{input _filter="content" type="text" class="form-control" placeholder="Texte à rechercher..." id="q"}
{input type="Submit" value="Rechercher" class="btn btn-outline-info"}

</div>
{/literal}

This will give the result like here:

rendering-problem

Merge request reports