diff --git a/404.html b/404.html index 37b3bbae567ded0704bda04141471c220d2756ad..c1167af8019951f57c9936c72b49692ae8b92f0e 100644 --- a/404.html +++ b/404.html @@ -38,7 +38,7 @@ { action: 'type', strings: ["404 File not found"], - output: '<span class="gray">It looks like you want to access a file that\'s not available</><br> ', + output: '<span class="gray">It looks like you want to access a file that\'s not available</span><br> ', postDelay: 1000 }, { diff --git a/internal/500.php b/internal/500.php index 9b44ed4984b347f7b8a795cb3c9cb836be54b1a5..43162123d06f32bbef68f85a6002c5215daf6818 100644 --- a/internal/500.php +++ b/internal/500.php @@ -30,21 +30,6 @@ function getError500() </div> <!-- data --> <div class="terminal-data mimik-run-output"> - <br>Found 1 feature<br> - ----------------------------------------------<br> - Feature: Bottles <span class="gray"># ./features/bottles.feature</span><br><br> - Scenario: A bottle falls from the wall<br> - <span class="green">✓</span> <span class="gray">Given 100 green bottles are standing</span><br> - <span class="green">✓</span> <span class="gray">when 1 green bottle accidentally falls</span><br> - <span class="green">✓</span> <span class="gray">then there are 99 green bottles standing</span><br> - <br> - <span class="gray"> ---------- ----------- ------- -------- --------</span><br> - Features Scenarios Steps Passed Failed<br> - <span class="gray"> ---------- ----------- ------- -------- --------</span><br> - 1 1 4 <span class="green">✓ 4</span> 0 <br> - <br> - Completed 1 feature in 0.01s<br> - <br> </div> <script> var data = [ @@ -57,7 +42,7 @@ function getError500() { action: 'type', strings: ["500 Internal Error"], - output: '<span class="gray">It looks like there is a bug</><br> ', + output: '<span class="gray">It looks like there is a bug</span><br> ', postDelay: 1000 }, {