Word wrap is messing things up a bit. Disabling it for now until we have more time to check this out.

This commit is contained in:
Greg Taylor 2007-07-26 12:48:44 +00:00
parent b9e543f6fd
commit a3ac4ff17c

View file

@ -302,7 +302,7 @@ class Object(models.Model):
self.description = new_desc
self.save()
def get_description(self, no_parsing=False, wrap_text=True):
def get_description(self, no_parsing=False, wrap_text=False):
"""
Returns an object's ANSI'd description.
"""