diff --git a/index.php b/index.php index c17e016c..6d8d9c23 100755 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@
Zöff -
+
diff --git a/js/list.js b/js/list.js index 264abdbf..62f7be0b 100755 --- a/js/list.js +++ b/js/list.js @@ -150,7 +150,7 @@ function show(){ showToggle=false; $("#toptitle").empty(); $("#chan").addClass("bigChan"); - $("#chan").html("zoff.no/"+chan); + $("#chan").html("zoff.no/"+encodeURI(chan)); }else{ showToggle=true; $("#toptitle").html("Zöff");