Short tag fix
This commit is contained in:
parent
4d9e4062c3
commit
f1b2243e15
|
|
@ -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')),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue