Loading
Drop unnecessary escaping for workflow name and annotation
These shouldn't ever have been escaped before storing in the database, this should've always just been applied on the way out. We also don't need to do that anymore since we don't use `v-html` for these fields. Fixes https://github.com/galaxyproject/galaxy/issues/18354