diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-10-20 15:36:27 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-10-20 15:36:27 +0200 |
commit | 51044167d1982a4ab772cf7560d6b0655da0b1ee (patch) | |
tree | 4d4daad48b162cd918d889f11a34582352c4a89b /phpBB/docs | |
parent | 009d59335f3ede8827dcca6ea00e803fa25ec719 (diff) | |
download | forums-51044167d1982a4ab772cf7560d6b0655da0b1ee.tar forums-51044167d1982a4ab772cf7560d6b0655da0b1ee.tar.gz forums-51044167d1982a4ab772cf7560d6b0655da0b1ee.tar.bz2 forums-51044167d1982a4ab772cf7560d6b0655da0b1ee.tar.xz forums-51044167d1982a4ab772cf7560d6b0655da0b1ee.zip |
[ticket/13187] Fix HTML validity of INSTALL.html
PHPBB3-13187
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/INSTALL.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 370d7f748f..4bde6c01ea 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -142,10 +142,11 @@ </ul> </li> <li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li> - <li>The following PHP modules are required:</li> + <li>The following PHP modules are required: <ul> <li>json</li> </ul> + </li> <li>getimagesize() function must be enabled.</li> <li>Presence of the following modules within PHP will provide access to additional features, but they are not required: <ul> |