Commit b47b9cd2 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #261 from davechez/fix-example-1.1-pre-tag

Close <pre> tag in 1.1 example code
parents ef46957e b6df912a
......@@ -18,6 +18,7 @@ try {
echo 'Ping query successful';
echo '<br/><pre>';
var_dump($result->getData());
echo '</pre>';
} catch (Solarium\Exception $e) {
echo 'Ping query failed';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment