Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 087361f71990dd1d1c634d706b4e1c8f5802a1b3

Remove utf8 symbol from js sources
  
174174 if (!channel[0])
175175 chan_list.grab(new Element("option", {text: channel[2], disabled: "disabled"}));
176176 else {
177 var text = channel[1] + "  ยท  " + channel[2];
177 var text = channel[1] + "  ·  " + channel[2];
178178 chan_list.grab(new Element("option", {"id": channel[1], "html": text}));
179179 }
180180 var chan_initial = chan_list.options.namedItem(initialChannels);