From 9793292dcf4191e3ac30cde045a23827503aa1cb Mon Sep 17 00:00:00 2001 From: Michiel Roos Date: Fri, 21 Dec 2018 11:15:30 +0100 Subject: [PATCH] Namespaces are http --- Readme.md | 2 +- bin/typo3migrate | 2 +- src/TYPO3Migrate/Command/ConvertFluidNamespacesCommand.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index fa9e596..63e7999 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ Convert old Fluid namespaces {brace style} to html tag with attributes. ``` Will become: ```html -
diff --git a/bin/typo3migrate b/bin/typo3migrate index 4fd8ec8..63c7b60 100755 --- a/bin/typo3migrate +++ b/bin/typo3migrate @@ -32,7 +32,7 @@ foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../../../../autoload.p use MichielRoos\TYPO3Migrate\Console\Application; -$app = new Application('TYPO3Migrate', '1.3.0'); +$app = new Application('TYPO3Migrate', '1.3.1'); $app->add(new \MichielRoos\TYPO3Migrate\Command\ConvertFluidNamespacesCommand()); $app->add(new \MichielRoos\TYPO3Migrate\Command\Xml2XlfCommand()); $app->run(); diff --git a/src/TYPO3Migrate/Command/ConvertFluidNamespacesCommand.php b/src/TYPO3Migrate/Command/ConvertFluidNamespacesCommand.php index 0836c42..b103ba5 100644 --- a/src/TYPO3Migrate/Command/ConvertFluidNamespacesCommand.php +++ b/src/TYPO3Migrate/Command/ConvertFluidNamespacesCommand.php @@ -147,12 +147,12 @@ protected function convertFile($target, InputInterface $input, OutputInterface $ $output->writeln(sprintf('- %s', $namespace)); } - $htmlTag = '