We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b506aac commit ddc2230Copy full SHA for ddc2230
website/partials/ptor-function-list.html
@@ -14,7 +14,7 @@
14
ng-bind="item.displayName">
15
</a>
16
</td>
17
- <td ng-bind="item.shortDescription"></td>
+ <td ng-bind-html="item.shortDescription"></td>
18
</tr>
19
</tbody>
20
</table>
0 commit comments