Browse Source

verify Fixed php-phalcon's fortunes test again

Mike Smith 11 years ago
parent
commit
c98c1d0207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-phalcon/app/views/bench/fortunes.volt

+ 1 - 1
php-phalcon/app/views/bench/fortunes.volt

@@ -1 +1 @@
-<table><tr><th>id</th><th>message</th></tr>{% for fortune in fortunes %}<tr><td>{{ fortune['id'] }}</td><td>{{ fortune['message'] | e }}</td></tr>{% endfor %}</table></body></html>
+<table><tr><th>id</th><th>message</th></tr>{% for fortune in fortunes %}<tr><td>{{ fortune['id'] }}</td><td>{{ fortune['message'] | e }}</td></tr>{% endfor %}</table>