Skip to content

Commit

Permalink
Add missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thordurhhh committed Aug 30, 2024
1 parent 565d07e commit 57a8e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const formatAmendingRegBody = (
}

additionArray.push([
`<p>Á eftir ${prevArticleTitleNumber} ${regNameDisplay} kemur ný grein, ${articleTitleNumber}, ásamt fyrirsögn, svohljóðandi: ${articleDisplayText}` as HTMLText,
`<p>Á eftir ${prevArticleTitleNumber} ${regNameDisplay} kemur ný grein, ${articleTitleNumber}, ásamt fyrirsögn, svohljóðandi:</p> ${articleDisplayText}` as HTMLText,
])
} else {
additionArray.push(testGroup.arr)
Expand Down

0 comments on commit 57a8e6e

Please sign in to comment.