Skip to content

Commit

Permalink
Item10044: added genus to treepng macro
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhyloWidgetPlugin@12045 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TemiVarghese authored and TemiVarghese committed Jun 24, 2011
1 parent 98a80c1 commit 0ae84e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/PhyloWidgetPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ sub TREEPNG {
Foswiki::Func::getScriptUrl( 'System', 'PhyloNewickViewer', 'view' );
my ( $width, $height ) = ( $params->{width}, $params->{height} );
return
"<a href='$topicURL?qweb=$params->{web};qtopic=$params->{topic};qattach=$params->{attach}'><img src='$rest/PhyloWidgetPlugin/getPNG?qweb=$params->{web};qtopic=$params->{topic};qattach=$params->{attach};rev=4;' height='$height' width='$width'/></a>";
"<a href='$topicURL?qweb=$params->{web};qtopic=$params->{topic};qattach=$params->{attach};genus=$params->{genus}'><img src='$rest/PhyloWidgetPlugin/getPNG?qweb=$params->{web};qtopic=$params->{topic};qattach=$params->{attach};rev=$params->{rev}' height='$height' width='$width'/></a>";

}

Expand Down

0 comments on commit 0ae84e4

Please sign in to comment.