Skip to content

Commit 23d2961

Browse files
committed
[#1886] Fixing bad php+html usages
1 parent ed54bdd commit 23d2961

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documents.
1515
Since a picture - or some code - is worth a thousand words, here's a short
1616
example containing most features described below:
1717

18-
.. code-block:: php+html
18+
.. code-block:: html+php
1919

2020
<?php
2121

contributing/documentation/format.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ The current list of supported formats are the following:
108108
+-----------------+-------------+
109109
| html+jinja | Twig |
110110
+-----------------+-------------+
111-
| jinja+html | Twig |
112-
+-----------------+-------------+
113-
| php+html | PHP |
114-
+-----------------+-------------+
115111
| html+php | PHP |
116112
+-----------------+-------------+
117113
| ini | INI |

0 commit comments

Comments
 (0)