Skip to content

Commit

Permalink
Protection in other messages
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 26, 2022
1 parent 647bf4e commit dcb860a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
<div role="alert" class="alert alert-info alert-dismissible fade show">
<div role="alert" class="alert alert-info alert-dismissible fade show" ng-non-bindable>
<?php if (!isset($hide_close_icon) || $hide_close_icon == false) : ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand Down
@@ -1,4 +1,4 @@
<div role="alert" class="alert alert-success alert-dismissible fade show">
<div role="alert" class="alert alert-success alert-dismissible fade show" ng-non-bindable>
<?php if (!isset($hideSuccessButton)) : ?>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
Expand Down

0 comments on commit dcb860a

Please sign in to comment.