tpl/index.html in shellplay-0.1.5 vs tpl/index.html in shellplay-0.1.6
- old
+ new
@@ -12,10 +12,10 @@
<div class="container">
<div class="row">
<div class="col-md-12 main">
<div class="screen" id="intro">
-<%= Shell2html.to_html("\e[33m>\e[0m Type <enter> to begin, use arrows or p/n to navigate.") %>
+<%= Shell2html.to_html("\e[33m>\e[0m Type <enter> to begin, use arrows or p/n to navigate.") %>
</div>
<% @session.sequence.each_with_index do |screen, i| %>
<div class="screen" id="s<%= i %>">
<% if screen.displaycommand %>
<% if screen.customprompt %>