Ina Code Blog

bunch of code in one place
« Magento: how to change image resolution?
Magento: how to display a certain attribute? »


Apr
20

Magento: remove break (br) tag from textarea

Posted by admin in Magento

After installing WYSIWYG editor to my magento site the <br /> tags were still added after each row in textareas. My main problem was the product description so I opened file /app/design/frontend/my_theme/my_theme/template/catalog/product/view/description.phtml and found line:

<?php echo $this->helper(’catalog/output’)->productAttribute($this->getProduct(), nl2br($this->getProduct()->getDescription()), ‘description’) ?>

and replaced it with:

<?php echo $this->helper(’catalog/output’)->productAttribute($this->getProduct(), $this->getProduct()->getDescription(), ‘description’) ?>

Basically I removed the nl2br() function which inserts the <br /> tags to the description text. You can do the same where ever the breaks are messing up your design view…

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

4 Responses to “Magento: remove break (br) tag from textarea”

  1. Added by Адам on Jun at 6

    Добавлена 2 сентября 2008 « Играй в S.T.A.L.K.E.R….

    Добавлена 2 сентября 2008 « Играй в S.T.A.L.K.E.R.

  2. Added by CAMERON on Jun at 24

    Medicamentspot.com International Legal RX Medications. Special Internet Prices (up to 40% off average US price). NO PRIOR PRESCRIPTION REQUIRED!…

    Combivir@buy.online” rel=”nofollow”>.…

  3. Added by JACKIE on Jun at 26

    Pillspot.org. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.PillSpot.org.< b > < a href=”http://pillspot.org/products/vitamins_herbal_supplements/ Herbal-supplements@buy.online” >.< /a >…

    Categories: Blood Pressure/Heart.Mental HealthStomach.Vitamins/Herbal Supplements.Antibiotics.Antidiabetic.Antiviral.Mens Health.Womens Health.Skin Care.Pain Relief.Antidepressants.Eye Care.Stop SmokingWeight Loss.Anxiety/Sleep Aid.Anti-allergic/A…

  4. Added by BYRON on Jul at 4

    < blockquote >< a href=”http://pillspot.org/”>PillSpot.org. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.Best quality drugs. Low price pills. Buy pills online< /a >…

    Buy:Lasix.Zocor.Wellbutrin SR.Cozaar.Ventolin.Female Cialis.Lipitor.Nymphomax.Aricept.Amoxicillin.Zetia.Buspar.Seroquel.Advair.Prozac.Female Pink Viagra.Benicar.SleepWell.Acomplia.Lipothin….

Leave a Reply

Comment