Project

General

Profile

Actions

Bug #66851

closed

Missing comma in PHPDOC of TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper

Added by Benjamin Wenzel about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2015-05-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

There's a missing comma in the description of the inline notation

{f:uri.image(src: 'EXT:myext/Resources/Public/typo3_logo.png' minWidth: 30, maxWidth: 40)}

...should be...

{f:uri.image(src: 'EXT:myext/Resources/Public/typo3_logo.png', minWidth: 30, maxWidth: 40)}
Actions

Also available in: Atom PDF