Short tag fix

This commit is contained in:
Ivan Lanin 2014-05-15 15:52:17 +07:00
parent 4d9e4062c3
commit f1b2243e15
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!CLI) {
<a class="btn btn-lg btn-primary" href="http://phpword.readthedocs.org/en/develop/" role="button"><i class="fa fa-book fa-lg" title="Docs"></i> Read the Docs</a> <a class="btn btn-lg btn-primary" href="http://phpword.readthedocs.org/en/develop/" role="button"><i class="fa fa-book fa-lg" title="Docs"></i> Read the Docs</a>
</p> </p>
</div> </div>
<? <?php
$requirements = array( $requirements = array(
'php' => array('PHP 5.3.0', version_compare(phpversion(), '5.3.0', '>=')), 'php' => array('PHP 5.3.0', version_compare(phpversion(), '5.3.0', '>=')),
'zip' => array('PHP extension ZipArchive', extension_loaded('zip')), 'zip' => array('PHP extension ZipArchive', extension_loaded('zip')),