From 36f7b18ee17cd494f513837e1765435e35bfc673 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 24 Aug 2014 08:20:05 +0530 Subject: [PATCH] Align docs Signed-off-by: Madhura Jayaratne --- libraries/plugins/schema/svg/Svg_Relation_Schema.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php b/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php index 935d43235e..1fdc803dc1 100644 --- a/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php +++ b/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php @@ -198,10 +198,10 @@ class PMA_SVG extends XMLWriter * and other elements who have x,y co-ordinates are drawn. * specify their width and height and can give styles too. * - * @param string $name Svg element name - * @param int $x The x attr defines the left position of the element + * @param string $name Svg element name + * @param int $x The x attr defines the left position of the element * (e.g. x="0" places the element 0 pixels from the left of the browser window) - * @param integer $y The y attribute defines the top position of the + * @param integer $y The y attribute defines the top position of the * element (e.g. y="0" places the element 0 pixels from the top of the browser * window) * @param int|string $width The width attribute defines the width the element