Fix collision in name of states
This commit is contained in:
parent
5ad469d6e7
commit
1022728515
@ -1,4 +1,4 @@
|
||||
#let isUsed = state("isUsed", false)
|
||||
#let isUsed = state("ciaIsUsed", false)
|
||||
|
||||
// Return the table cell formatted according to its content - for use with CIA values
|
||||
#let colorize(str) = {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import "../aux/valval.typ": panicOnInvalid
|
||||
#import "cia.typ"
|
||||
|
||||
#let isUsed = state("isUsed", false)
|
||||
#let isUsed = state("cvssIsUsed", false)
|
||||
|
||||
// Statistics, used e.g. for the management summary
|
||||
#let riskCategories = (
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import "../aux/valval.typ": panicOnInvalid
|
||||
|
||||
#let isUsed = state("isUsed", false)
|
||||
#let isUsed = state("tlpIsUsed", false)
|
||||
|
||||
// maps TLP status, color, title, and subtitle
|
||||
#let tlpLightMap = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user