diff options
Diffstat (limited to 'src/element/background.php')
-rw-r--r-- | src/element/background.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/element/background.php b/src/element/background.php index 8990e27..50c82c4 100644 --- a/src/element/background.php +++ b/src/element/background.php @@ -24,7 +24,7 @@ * $chart->background->repeat = ezcGraph::NO_REPEAT; // default; * $chart->background->position = ezcGraph::CENTER | ezcGraph::MIDDLE; * - * //Image will be repeated all over + * // Image will be repeated all over * $chart->background->repeat = ezcGraph::HORIZONTAL | ezcGraph::VERTICAL; * // The position is not relevant here. * </code> |