Skip to content

Commit b73da64

Browse files
authored
Merge pull request fboender#84 from keepwatch/html_fancy-patch
Fixing typo that breaks name urls on html_fancy
2 parents bcd0fe9 + 62e9971 commit b73da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblecmdb/data/tpl/html_fancy.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if columns is not None:
4141
## Column functions
4242
##
4343
<%def name="col_name(host)">
44-
<a href="#${jsonxs(host, 'name')}["name"]}">${jsonxs(host, "name")}</a>
44+
<a href="#${jsonxs(host, 'name')}">${jsonxs(host, "name")}</a>
4545
</%def>
4646
<%def name="col_dtap(host)">
4747
${jsonxs(host, 'hostvars.dtap', default='')}

0 commit comments

Comments
 (0)