Remove trailing whitespace

This commit is contained in:
Sébastien Lucas 2014-02-06 21:04:30 +01:00
parent 5a8bfd9fb8
commit 1880407cf4

View file

@ -131,7 +131,7 @@
if (useServerSideRendering ()) {
// Get the data
$data = getJson (true);
echo serverSideRender ($data);
}
?>