Skip to content

Commit

Permalink
fix tag html
Browse files Browse the repository at this point in the history
  • Loading branch information
ClicShopping committed Nov 20, 2022
1 parent ca2093e commit 8b33f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

4.403
3.403
fix deprecated js condiftion elseif
add http link for logo invoice order in admin
add typage for function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use ClicShopping\OM\CLICSHOPPING;
?>
<div class="col-md-<?php echo $content_width; ?>">
<a data-bs-toggle="modal" data-bs-target="#helpSearch" class="badge bg-light text-end"><?php echo CLICSHOPPING::getDef('module_advanced_search_help_title'); ?></a></div>
<a data-bs-toggle="modal" data-bs-target="#helpSearch" class="badge bg-success text-end"><?php echo CLICSHOPPING::getDef('module_advanced_search_help_title'); ?></a>
<div class="modal fade" id="helpSearch" tabindex="-1" role="dialog" aria-labelledby="helpSearchLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
Expand Down

0 comments on commit 8b33f75

Please sign in to comment.