Codebase list ctdconverter / c35054f
[NOP] Yep, no dead code no moe' walzer 6 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11331133 label = ""
11341134 help_text = ""
11351135 # This tag is found in some descriptions
1136 # desc = str(desc).replace("#br#", " <br>")
11371136 if not isinstance(desc, basestring):
11381137 desc = str(desc)
11391138 desc = desc.encode("utf8").replace("#br#", " <br>")