summaryrefslogtreecommitdiffstats
path: root/templates/includes/book
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-01 00:12:26 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-01 00:12:26 -0700
commitb3c865ef583385aea31a64c3974f1844faadebca (patch)
tree3689512f36622d095f1f2c27b29a611f4e087e42 /templates/includes/book
parent2aebb38e5802eefd2649e6778d3a8ce6c7eb0615 (diff)
downloadgitbook-b3c865ef583385aea31a64c3974f1844faadebca.zip
gitbook-b3c865ef583385aea31a64c3974f1844faadebca.tar.gz
gitbook-b3c865ef583385aea31a64c3974f1844faadebca.tar.bz2
Add execution of exercise
Diffstat (limited to 'templates/includes/book')
-rw-r--r--templates/includes/book/exercise.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/book/exercise.html b/templates/includes/book/exercise.html
index 5d721f9..0b52656 100644
--- a/templates/includes/book/exercise.html
+++ b/templates/includes/book/exercise.html
@@ -1,11 +1,11 @@
<div class="header">
<h2>Exercise</h2>
</div>
-<div class="alert alert-success hidden">
+<div class="alert alert-success">
<b>Correct!</b>
</div>
-<div class="alert alert-error hidden">
+<div class="alert alert-danger error-message">
<b>False!</b>
</div>