Skip to content
Snippets Groups Projects
Commit c7b4739c authored by Devyani Ravi's avatar Devyani Ravi
Browse files

span to div line 32

parent 801b539d
No related branches found
No related tags found
No related merge requests found
Pipeline #463717 passed
......@@ -29,7 +29,7 @@
<ul>
<li v-for="(phase, phaseIndex) in cycle.phases" :key="phaseIndex">
<strong>{{ phase.title }}:</strong>
<span v-html="phase.description"></span>
<div v-html="phase.description"></div>
</li>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment