Fixes some more unbalanced HTML

This commit is contained in:
GinjaNinja32
2015-06-15 10:48:30 +01:00
parent 51e4ed31a2
commit 4da75dba68
4 changed files with 7 additions and 7 deletions

View File

@@ -60,10 +60,10 @@
attack_self()
..()
if (is_open_container())
usr << "<span class = 'notice'>You put the lid on \the [src]."
usr << "<span class = 'notice'>You put the lid on \the [src].</span>"
flags ^= OPENCONTAINER
else
usr << "<span class = 'notice'>You take the lid off \the [src]."
usr << "<span class = 'notice'>You take the lid off \the [src].</span>"
flags |= OPENCONTAINER
update_icon()