Skip to content

Commit

Permalink
Fix issue primefaces#4601
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemunozc committed Oct 12, 2023
1 parent 7e3f513 commit 082f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/DocApiTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>

<template v-else>
<span v-if="v?.includes('<a')" :id="id + '.' + k" class="doc-option-description" v-html="v"> </span>
<span v-if="typeof v === 'string' && v?.includes('<a')" :id="id + '.' + k" class="doc-option-description" v-html="v"> </span>
<span v-else :id="id + '.' + k" class="doc-option-description">{{ v }} </span>
</template>
</template>
Expand Down

0 comments on commit 082f513

Please sign in to comment.