streaming-system icon indicating copy to clipboard operation
streaming-system copied to clipboard

website: "irclog" group variable attempts to interpolate strings

Open micolous opened this issue 11 years ago • 0 comments

At present, the irclog variable attempts to interpolate strings (ala sprintf format strings).

This shouldn't be done, because if you have a irclog URI containing a %, this isn't included correctly in the page. So the value:

http://room-logs.timvideos.us/%23%23lca2015-fp/preview.log.html

Is instead included as

http://room-logs.timvideos.us/                       %23lca2015-fp/preview.log.htm

micolous avatar Jan 11 '15 00:01 micolous