Browse Source

Refs #233 Default nl2br option is true again.

Dante 10 years ago
parent
commit
e1ff865b76
3 changed files with 3 additions and 3 deletions
  1. 1 1
      dist/js/bootstrap-dialog.js
  2. 1 1
      dist/js/bootstrap-dialog.min.js
  3. 1 1
      src/js/bootstrap-dialog.js

+ 1 - 1
dist/js/bootstrap-dialog.js

@@ -234,7 +234,7 @@
         cssClass: '',
         title: null,
         message: null,
-        nl2br: false,
+        nl2br: true,
         closable: true,
         closeByBackdrop: true,
         closeByKeyboard: true,

File diff suppressed because it is too large
+ 1 - 1
dist/js/bootstrap-dialog.min.js


+ 1 - 1
src/js/bootstrap-dialog.js

@@ -234,7 +234,7 @@
         cssClass: '',
         title: null,
         message: null,
-        nl2br: false,
+        nl2br: true,
         closable: true,
         closeByBackdrop: true,
         closeByKeyboard: true,