Skip to content

Commit f1b2243

Browse files
committed
Short tag fix
1 parent 4d9e406 commit f1b2243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<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>
1111
</p>
1212
</div>
13-
<?
13+
<?php
1414
$requirements = array(
1515
'php' => array('PHP 5.3.0', version_compare(phpversion(), '5.3.0', '>=')),
1616
'zip' => array('PHP extension ZipArchive', extension_loaded('zip')),

0 commit comments

Comments
 (0)