Skip to content

Commit

Permalink
Missing </tr> in install.php, fixes #1994
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Sep 14, 2009
1 parent 4f0116b commit aceaa5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?>
Expand Down

0 comments on commit aceaa5b

Please sign in to comment.