From 686a8aa02c2ed32a863e1b41a2422451b9f5f682 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 29 Aug 2008 13:30:14 +0000 Subject: [PATCH] Do not force image width and height git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6221 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/PageList.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/PageList.php b/lib/PageList.php index 4a9c728c8..5fe4825f5 100644 --- a/lib/PageList.php +++ b/lib/PageList.php @@ -126,8 +126,6 @@ class _PageList_Column_base { $noimg_src = $WikiTheme->getButtonURL('no_order'); if ($noimg_src) $noimg = HTML::img(array('src' => $noimg_src, - 'width' => '7', - 'height' => '7', 'border' => 0, 'alt' => '.')); else @@ -147,8 +145,6 @@ class _PageList_Column_base { $img->setAttr('alt', "."); } else { $img = HTML::img(array('src' => $src, - 'width' => '7', - 'height' => '7', 'border' => 0, 'alt' => _("Click to reverse sort order"))); } -- 2.45.0