[TYPO3] Using the pipe character in TSConfig

Christopher Torgalson bedlamhotel at gmail.com
Thu Apr 5 19:57:07 CEST 2007


Hi,

On 4/5/07, James Corell <jcorell at e-p-c-s.com> wrote:
> Yes, I meant TS template. All that Canadian cold air is freezing my brain.
>
> I have to use the numeric entity? Bummer. At least it works. Thanks!


Have to? No. I just gave the simple answer. Check the .wrap property's
.splitChar option [1].

You can do something like

lib.foo = HTML
lib.foo {
  value = Test
  value {
    wrap.splitChar = \
    wrap = |\|
  }
}

...and get |Test| as output.


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list