Skip to content

Commit

Permalink
[BUGFIX] Fix building TypoScript for inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Opitz committed Aug 30, 2018
1 parent d0b5707 commit 9e918b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
tt_content.formhandler_pi1 = COA
tt_content.formhandler_pi1 {
' . ($_EXTCONF['enable.']['renderFCEHeader'] ? '
10 < lib.stdheader
' : '') . '
20 < plugin.tx_formhandler_pi1
10 < plugin.tx_formhandler_pi1
}
');

Expand Down

0 comments on commit 9e918b5

Please sign in to comment.