From aec8d9f596ed2b5d0a665e854fa5a39fd4cc72e3 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Fri, 21 Mar 2014 09:58:40 +0100 Subject: [PATCH] IMPROVED : Docs Syntax Highlighting http://documentation-style-guide-sphinx.readthedocs.org/en/latest/style-guide.html#code-blocks --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 91923965..ea7b9d15 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -13,7 +13,7 @@ a loaded template file. Example: -.. code:: php +.. code-block:: php $template = $PHPWord->loadTemplate('Template.docx'); $template->setValue('Name', 'Somebody someone');