Skip to content

Commit

Permalink
fixing order of variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Dec 26, 2011
1 parent 4e3174c commit 7f38bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owa_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ function choose_browser_icon($browser_type, $height= '32', $width='') {
return sprintf( '<img alt="%s" align="baseline" src="%s" width="%s" height="%s">',
$browser_type,
$this->makeImageLink( $file ),
$height,
$width
$width,
$height
);

}
Expand Down

0 comments on commit 7f38bc2

Please sign in to comment.