Skip to content

Commit cc9fd59

Browse files
committed
[Translation] Fix <note> is interpreted as a tag in CHANGELOG
1 parent 3b6442f commit cc9fd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Translation/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CHANGELOG
77
* Added `TranslationDumperPass`
88
* Added `TranslationExtractorPass`
99
* Added `TranslatorPass`
10-
* Added <notes> section to the Xliff 2.0 dumper.
11-
* Improved Xliff 2.0 loader to load <notes> section.
10+
* Added `<notes>` section to the Xliff 2.0 dumper.
11+
* Improved Xliff 2.0 loader to load `<notes>` section.
1212
* Added `TranslationWriterInterface`
1313
* Deprecated `TranslationWriter::writeTranslations` in favor of `TranslationWriter::write`
1414

0 commit comments

Comments
 (0)