if cp.startswith("<") and cp.endswith(">"):  # have to strip the html tags or wont show up
                    cp = "&lt;{}&gt;".format(cp[1:-1])