summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-17 20:25:40 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-17 20:25:40 +0200
commit31541824ab156f225ede89028d3988688ce42a6e (patch)
tree51fc7e2e2e94a60d053f48f23dacfbc900ba45f5 /program/include/html.php
parentfa903a6f58ed1fe692618b91c7fefea38538ad90 (diff)
CS fixes, mostly indentation
Diffstat (limited to 'program/include/html.php')
-rw-r--r--program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/html.php b/program/include/html.php
index d15d50875..c6507f813 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -154,7 +154,7 @@ class html
$attr = array('src' => $attr);
}
return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib,
- array('src','alt','width','height','border','usemap','onclick')));
+ array('src','alt','width','height','border','usemap','onclick')));
}
/**