We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb8463 commit 724e2d1Copy full SHA for 724e2d1
src/MicroweberPackages/Order/resources/views/admin/orders/partials/order_filtering.blade.php
@@ -158,7 +158,7 @@ class="btn btn-link btn-sm <?php if (isset($abandoned)): ?>font-weight-bold text
158
$(document).ready(function () {
159
var searchOrdersByProduct = new mw.autoComplete({
160
element: "#js-orders-search-by-products",
161
- placeholder: "<?php if ($productKeyword) { echo $productKeyword; } else { _e("Search by products..."); }?>",
+ placeholder: "<?php if ($productKeyword) { echo xss_clean($productKeyword); } else { _e("Search by products..."); }?>",
162
autoComplete:true,
163
ajaxConfig: {
164
method: 'get',
0 commit comments