Bad indexes are amazing.
This commit is contained in:
skull132
2016-08-11 01:37:55 +03:00
committed by GitHub
parent 4655b949ed
commit b91fae375c
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ proc/TextPreview(var/string,var/len=40)
var/regex/tag_markup
for (var/tag in (markup_tags - ignore_tags))
tag_markup = markup_regex[tag]
message = tag_markup.Replace(message, "[markup_tags[tag][1]]$2[markup_tags[tag][1]]")
message = tag_markup.Replace(message, "[markup_tags[tag][1]]$2[markup_tags[tag][2]]")
// ---Unload URL cache
for (var/ref in urls)
+6
View File
@@ -0,0 +1,6 @@
author: Skull132
delete-after: True
changes:
- bugfix: "Chat mark-up will work now. The closing tags in HTML are utilized properly once more."