VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: fcdigital on May 31, 2016, 02:38:26 AM

Title: Error with html quotes
Post by: fcdigital on May 31, 2016, 02:38:26 AM
Hello,

Please I need your help, I´m having problems with html quotes, getting errors like this:

http://www.cervezaartesanalmexicana.mx/cerveza-pack/pack-ipa-cerveza-artesanal

It is a simple HTML code for product description:

  <table class="table table-hover table-striped productTable">
        <tr>
          <th class="iconEstilo" >Estilos:</th>
          <td>
          <ul>
            <li>1/6 Colombo Smoked IPA</li>
            <li>1/6 Diosas Athena</li>
            <li>1/6 Glu Demon</li>
            <li>1/6 La Brü IPA</li>
            <li>1/6 La Brü Imperial IPA</li>
            <li>1/6 7 mares barracuda </li>
          </ul>
        </td>
      </tr>

        <tr>
          <th class="iconPresentacion">Presentación:</th>
          <td>Botellas de 355 ml. </td>
      </tr>
</table>
<img src="images/combos-cervexxa/estilo-IPA.jpg" alt="Ipa" />

I had found that the problem is generated by html quotes on class="" or src=""

It works if I change to something like this:


  <table>
        <tr>
          <th>Estilos:</th>
          <td>
          <ul> ....

Obviously is not what I need.

Site is working with PHP Version 5.5.21, Joomla 3.5.1, VM 3.0.16 and Code Mirror Editor.

Any suggestion here.

Thanks!
Title: Re: Error with html quotes
Post by: GJC Web Design on May 31, 2016, 10:15:45 AM
looks fine here