mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying a fix for encoding issues occuring from time to time
This commit is contained in:
@@ -255,7 +255,8 @@ function channel(req, res, next) {
|
||||
}*/
|
||||
var data = {
|
||||
title: "404: File Not Found",
|
||||
list_name: capitalizeFirstLetter(Functions.decodeChannelName(req.params.channel_name)),
|
||||
//list_name: capitalizeFirstLetter(Functions.decodeChannelName(req.params.channel_name)),
|
||||
list_name: capitalizeFirstLetter(req.params.channel_name),
|
||||
year: year,
|
||||
javascript_file: "main.min.js",
|
||||
captcha: res.recaptcha,
|
||||
|
||||
Reference in New Issue
Block a user