Skip to content

Commit

Permalink
nable html tags in description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Oct 23, 2018
1 parent e06e04e commit 43a9e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</v-flex>
<v-flex sm12 md8>
<h5>Description</h5>
<p>{{project.description}}</p>
<p v-html="project.description"></p>
</v-flex>
</v-layout>
<v-flex sm12 v-if="mentor" pt-2>
Expand Down

0 comments on commit 43a9e34

Please sign in to comment.