[TYPO3-core] RFC: #10956: Validation issue: Trimming empty <strong> in typo3/alt_intro.php when module has no module label

Oliver Klee typo3-german-02 at oliverklee.de
Wed Apr 22 13:50:43 CEST 2009


Hi,

+1 by reading with the following nitpicks:

- use != '' instead of !empty for testing for empty strings (to make
your intent clearer to the reader)
- add the missing spaces around the . concatenation dots
- only use the htmlspecialchar on the nonempty case (= after the test
for emptiness)


Oliver


More information about the TYPO3-team-core mailing list