Skip to content

Commit 0faa79c

Browse files
committed
Merge pull request #23 from mcallisto/patch-1
Setting differs with Bootstrap 3
2 parents f956620 + c20638d commit 0faa79c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

View/BoostCake/index.ctp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class AppController extends Controller {
6666
}"); ?></pre>
6767

6868
<h3>AuthComponent setting</h3>
69+
<p>Substitute alert-error with alert-danger if Bootstrap 3.</p>
6970
<pre class="prettyprint"><?php echo h("<?php
7071
class AppController extends Controller {
7172
@@ -82,4 +83,4 @@ class AppController extends Controller {
8283
)
8384
);
8485
85-
}"); ?></pre>
86+
}"); ?></pre>

0 commit comments

Comments
 (0)