diff options
author | Derick Rethans <github@derickrethans.nl> | 2006-09-25 08:11:08 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2006-09-25 08:11:08 +0000 |
commit | cefc1cb0ecb1fa1a794eaa51e456a5329071257d (patch) | |
tree | e44508b84b22fc3b3737a04473a59aeafa2bb622 /src/element | |
parent | 39cc6e9237085d0034b4ec35ce3f5abaedfaadf6 (diff) | |
download | zetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.zip zetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.tar.gz |
- Fixed CS issues.
Diffstat (limited to 'src/element')
-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> |