diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-23 14:22:59 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-23 14:22:59 +0200 | 
| commit | 758a149059fa1bc9874886a65c8808fb4c7996d1 (patch) | |
| tree | b033cc9e894151edc3611f063a085b548e379b02 /contrib | |
| parent | 0ad509bd104f64cbfac286146f74496876d6fc9c (diff) | |
-fix report generation field name missmatch
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/auditor-report.tex.j2 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index cfd613a0..edcab8cf 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -1107,7 +1107,7 @@ have a clear financial impact.    {{ item.row }} &    {{ item.diagnostic }} \\  \nopagebreak -  \multicolumn{3}{l}{ {\tiny {\tt \truncate{\textwidth}{ {{ item.wire_offset_hash }} } } } } \\ \hline +  \multicolumn{3}{l}{ {\tiny {\tt \truncate{\textwidth}{ {{ item.id }} } } } } \\ \hline  {% endfor %}    \end{longtable}  {% endif %} | 
