how to avoid auto-<br /> in entries?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bnetz
Posts: 3
Joined: Thu Dec 22, 2005 7:44 pm

how to avoid auto-<br /> in entries?

Post by bnetz »

hi,

when i post an entry, linebreaks are made automatically. i don't want this, in order to place a google-ad there. so if i enter

Code: Select all

bla
bla
bla
i want it to appear exactly this way in the code later on. now it appears like

Code: Select all

bla<br />
bla<br />
bla<br />
would appreciate help very much - thx!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: how to avoid auto-<br /> in entries?

Post by garvinhicking »

You must remove the plugin "Markup: nl2br" for that.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bnetz
Posts: 3
Joined: Thu Dec 22, 2005 7:44 pm

Post by bnetz »

wow ... this was a fast answer ... thx a lot!
Post Reply