Skip to content

Commit 86b62d5

Browse files
committed
Remove extra closing bold tag
1 parent 4efb973 commit 86b62d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$success = 0;
1414

1515

16-
echo '<b>TEST 1 of 3: PHP Version:</b></b><br>ICEcoder needs at least PHP 5.0, tho 5.3 and above is recommended:<br><br>';
16+
echo '<b>TEST 1 of 3: PHP Version:</b><br>ICEcoder needs at least PHP 5.0, tho 5.3 and above is recommended:<br><br>';
1717
echo "Your PHP Version: ".phpversion()."<br><br>";
1818

1919
echo '<b>TEST RESULT:</b> ';
@@ -78,4 +78,4 @@
7878

7979
</body>
8080

81-
</html>
81+
</html>

0 commit comments

Comments
 (0)