Browse Source

Fix trailing spaces

master
Sébastien Lucas 10 years ago
parent
commit
f651184928
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base.php

+ 1
- 1
base.php View File

@@ -34,7 +34,7 @@ function serverSideRender ($data) {
if (!empty ($data)) {
return $dot ($data);
}
return NULL;
}



Loading…
Cancel
Save