Skip to content

Commit

Permalink
zoom: fix srv=urlencode(Servicename)
Browse files Browse the repository at this point in the history
Commit c2f6d6c breaks the zoom for Services, it has been merged for #96
  • Loading branch information
Thomas-Gelf committed Feb 26, 2019
1 parent ff7cd69 commit 7f4f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/pnp/application/views/zoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function redirect(img, selection) {
$srv = urlencode($srv);
echo "<img src=\"image?source=$source"
."&host=$host"
."&srv=urlencode($srv)"
."&srv=" . urlencode($srv)
."&view=$view"
."&start=$start"
."&end=$end"
Expand Down

0 comments on commit 7f4f30c

Please sign in to comment.