Skip to content

Commit

Permalink
Close <pre> tag in 1.1 example code
Browse files Browse the repository at this point in the history
- In the 1.1-check-solarium-and-ping.php example code, the <pre> tag is
  never closed after the var_dump. This fix closes the tag.
  • Loading branch information
Dave Chez committed May 13, 2014
1 parent f602c20 commit b6df912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/1.1-check-solarium-and-ping.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
echo 'Ping query successful';
echo '<br/><pre>';
var_dump($result->getData());
echo '</pre>';
} catch (Solarium\Exception $e) {
echo 'Ping query failed';
}
Expand Down

0 comments on commit b6df912

Please sign in to comment.