Skip to content

Commit

Permalink
Mark as final for 2017-11-15.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Nov 15, 2017
1 parent 37ec17b commit 152574e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| Validator

| link:https://github.com/difi/vefa-ehf-postaward/issues/244[#244]
| Langt til reglene link:{ruleurl-inv}NONAT-T10-R033/[NONAT-T10-R033] (**W**) og link:{ruleurl-cre}NONAT-T14-R033/[NONAT-T14-R033] (**W**).
| Legge til reglene link:{ruleurl-inv}NONAT-T10-R033/[NONAT-T10-R033] (**W**) og link:{ruleurl-cre}NONAT-T14-R033/[NONAT-T14-R033] (**W**).
| Validator

| link:https://github.com/difi/vefa-ehf-postaward/issues/233[#233]
Expand Down
2 changes: 1 addition & 1 deletion guides/settings.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
:status: review
:status: final
:release: 2017-11-15

// Translation
Expand Down
4 changes: 2 additions & 2 deletions tools/xquery/rules_asciidoc.xquery
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ for
$x in //iso:pattern/iso:rule/iso:assert

let $RuleId := string($x/@id)
let $rule := string($x/../@context)
let $rule := replace(normalize-space(string($x/../@context)), '\|', '\\|')
let $flag := string($x/@flag)
let $assert := string($x/@test)
let $tekst := $x/text()
let $tekst := normalize-space($x/text())

return

Expand Down

0 comments on commit 152574e

Please sign in to comment.