Skip to content

Commit

Permalink
fix "small grey" footnote to be a real footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
CMon committed Jul 14, 2024
1 parent fe2d697 commit acf2792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/report/adocReport.go
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ func (adoc adocReport) technicalAssets(f *os.File) {
// and more metadata of asset in tabular view
writeLine(f, "=== Identified Risks of Asset")
if len(risksStr) > 0 {
writeLine(f, "[GreyText]#Risk finding paragraphs are clickable and link to the corresponding chapter.#")
writeLine(f, ":fn-risk-findings: footnote:riskfinding[Risk finding paragraphs are clickable and link to the corresponding chapter.]")
for _, risk := range risksStr {
colorPrefix, colorSuffix = colorPrefixBySeverity(types.HighestSeverityStillAtRisk(risksStr), false)
if !risk.RiskStatus.IsStillAtRisk() {
Expand Down

0 comments on commit acf2792

Please sign in to comment.