Explorar el Código

verify Fixed php-phalcon's fortunes test again

Mike Smith hace 11 años
padre
commit
c98c1d0207
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>