diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template
index e8348a1eb6dc93a2d6906f944c59bbc9a657d9bc..aa5790cc63b027fd7c288ac971e57dddc922644e 100644
--- a/.gitlab/release-notes.md.template
+++ b/.gitlab/release-notes.md.template
@@ -4,7 +4,7 @@ Release $CI_COMMIT_TAG of components repository $CI_PROJECT_PATH.
 
 > [!tip]
 > Please review the changelog carefully to make use of the latest
-> and gratest features and to spot any deprecations or removals
+> and gratest features and to spot any deprecations or removals<br>
 > that may cause a breaking change for your specific use case.
 
 $CHANGELOG
@@ -66,8 +66,7 @@ The `image_digest` input value needs to have the format of `@<type>:<hash>`
 where `<type>:<hash>` is the `digest` value from the images list above.
 
 > [!note]
-> When using the component with the inputs `version` and `opentofu_version`,<br>
-> then the image tag is constructed with the following pattern:<br>
-> `<version>-opentofu<opentofu_version>`
+> When using the component with the inputs `version` and `opentofu_version`,
+> then the image tag is constructed with the following pattern: `<version>-opentofu<opentofu_version>`.
 >
 > Read more about versioning and releases [here](README.md#releases-versioning).