Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion share/pnp/application/views/zoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function redirect(img, selection) {
<div style="position:relative;">
<?php
echo "<div start=$start end=$end style=\"width:".$graph_width."px; height:".$graph_height."px; position:absolute; top:33px\" class=\"graph\" id=\"".$this->url."\" ></div>";
$srv = urlencode($srv);
if(!empty($tpl)){
echo "<img class=\"graph\" src=\"image?source=$source"
."&tpl=$tpl"
Expand All @@ -67,6 +66,7 @@ function redirect(img, selection) {
."&graph_height=$graph_height"
."&graph_width=$graph_width\">";
}else{
$srv = urlencode($srv);
echo "<img src=\"image?source=$source"
."&host=$host"
."&srv=$srv"
Expand Down