[TYPO3-core] RFC: #13415: [Feature] Missing "more link" in indexed_search result list
Steffen Gebert
steffen at steffen-gebert.de
Sun Feb 7 19:46:18 CET 2010
Am 07.02.2010, 19:38 Uhr, schrieb Bernhard Kraft <kraftb at think-open.at>:
> If you create a patch for the core list, it is best to do this from
> within the root directory of TYPO3 (so where the typo3/ t3lib/ and
> typo3conf/ directories reside). ...
...and please follow the Coding Guidelines [1]
e.g.
> '<a href="'.htmlspecialchars(
has to be
> '<a href="' . htmlspecialchars(
and also
> foo($a,$b)
has to be
> foo($a, $b)
Steffen
[1]
http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/current/
P.S: But please go on submitting patches!
More information about the TYPO3-team-core
mailing list