summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index c1b1417a76..496dd6eab8 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -74,7 +74,7 @@
74 </div> 74 </div>
75 75
76 <div id="change-notification" class="alert alert-info alert-dismissible change-notification" style="display:none"> 76 <div id="change-notification" class="alert alert-info alert-dismissible change-notification" style="display:none">
77 <button type="button" class="close" id="hide-alert" data-dismiss="alert">&times;</button> 77 <button type="button" class="close" id="hide-alert" data-toggle="alert">&times;</button>
78 <span id="change-notification-msg"></span> 78 <span id="change-notification-msg"></span>
79 </div> 79 </div>
80 80