From 541e78dce76bb260c32b75befa2d7ef51d8e336b Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Sat, 16 Aug 2014 01:03:18 +0200 Subject: [PATCH] Modified Markdown generator --- includes/iconoverview.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/iconoverview.php b/includes/iconoverview.php index c53a782c..e4edb38a 100644 --- a/includes/iconoverview.php +++ b/includes/iconoverview.php @@ -93,11 +93,13 @@ class IconOverview extends IconTplFactory $img_file = $icon['file']; } - $icon_str = vsprintf('%s', array( + $icon_str = vsprintf('%s', array( $github_base_dir, $this->remove_dot_base($img_file), htmlspecialchars($name_str), $this->remove_dot_base($img_file), + $icon['w'], + $icon['h'], )); $class_str = vsprintf('**`%s`**', array(implode(' ', $classes)));