Missing </tr> in install.php, fixes #1994

This commit is contained in:
Woody Gilk 2009-09-14 18:59:08 -05:00
parent 4f0116b105
commit aceaa5b0fc

View file

@ -78,6 +78,7 @@
<?php else: $failed = TRUE ?>
<td class="fail">The <code><?php echo APPPATH.'logs/' ?></code> directory is not writable.</td>
<?php endif ?>
</tr>
<tr>
<th>PCRE UTF-8</th>
<?php if ( ! @preg_match('/^.$/u', 'ñ')): $failed = TRUE ?>