Skip to content

Commit

Permalink
[BUGFIX] Remove duplicate closing tag in tsref.xml
Browse files Browse the repository at this point in the history
With #88459, the closing tag `</property>` was accidentally not
removed, leaving a broken XML structure. This patch removes the closing
tag.

Resolves: #88526
Related: #88459
Releases: master
Change-Id: Iee6ca5f11f12d3f84f5bc0ef4afeefcb3b37bf73
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60901
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
andreaskienast authored and maddy2101 committed Jun 7, 2019
1 parent 1948da9 commit a6c60ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typo3/sysext/t3editor/Resources/Private/tsref.xml
Expand Up @@ -453,7 +453,6 @@ config.inlineStyle2TempFile = 1]]></description>
<description><![CDATA[default internal target. Used by typolink if no target is set]]></description>
<default><![CDATA[
]]></default>
</property>
</property>
<property name="linkVars" type="string">
<description><![CDATA[HTTP_GET_VARS, which should be passed on with links in TYPO3. This is compiled into a string stored in $GLOBALS["TSFE"]->linkVars
Expand Down

0 comments on commit a6c60ad

Please sign in to comment.