Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit ddc2230

Browse files
committed
chore(website): fix parsing in function list
fixes #2486
1 parent b506aac commit ddc2230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/partials/ptor-function-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ng-bind="item.displayName">
1515
</a>
1616
</td>
17-
<td ng-bind="item.shortDescription"></td>
17+
<td ng-bind-html="item.shortDescription"></td>
1818
</tr>
1919
</tbody>
2020
</table>

0 commit comments

Comments
 (0)