Browse Source

verify Fixing php-phalcon's fortunes test

Mike Smith 11 years ago
parent
commit
73290dcd67
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>
+<!DOCTYPE html><html><head><title>Fortunes</title></head><body><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>