From bec1431097e298b7f7e4a16eb6db8f390509e54e Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 17 Dec 2012 18:49:00 +0100 Subject: [PATCH] Fixed code format --- cookbook/doctrine/file_uploads.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/file_uploads.rst b/cookbook/doctrine/file_uploads.rst index 9cf46432b62..287f8104459 100644 --- a/cookbook/doctrine/file_uploads.rst +++ b/cookbook/doctrine/file_uploads.rst @@ -176,7 +176,7 @@ The following controller shows you how to handle the entire process:: When writing the template, don't forget to set the ``enctype`` attribute: - .. code-block:: html+php + .. code-block:: html+jinja

Upload File