summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 7cb451f0bf..c8dee0bc45 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2705,7 +2705,7 @@ const std::string get_message_colour_tags(item_def &item,
// Order is important here.
colour_off = "</" + colour + ">";
colour = "<" + colour + ">";
- item_name = colour + item_name + colour_off;
+ item_name = colour + item_name + colour_off;
}
return (item_name);