Commit c91aef7c authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Coerce the default data to strings to avoid exceptions

parent 68e505dc
<div class="qa-header"> <div class="qa-header">
${o.from_plugin}: ${o.outcome} ${o.from_plugin}: ${str(o.outcome)}
</div> </div>
%if o.rich_data:
<div class="qa-content"> <div class="qa-content">
${h.converters.nl2br(o.rich_data)} ${h.converters.nl2br(str(o.rich_data))}
</div> </div>
%endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment