×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Extra quotes on josc_clear on ajax comment post

Extra quotes on josc_clear on ajax comment post 13 years 4 months ago #11078

  • Hari Karam Singh
  • Hari Karam Singh's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 20
  • Thank you received: 0
I noticed my added comments weren't clearing the previous floats unless the page was reloaded. Firebug reports that the josc_clear line has extra quotes around the class:

...comment html...
<div class=""josc_clear""></div>

I can't seem to find the code that renders this...

Extra quotes on josc_clear on ajax comment post 13 years 4 months ago #11081

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Hari,
Go to your template.html and change the <div class="josc_clear"... to <div class='josc_clear'...

The single quotes in the template will fix your problem.

Extra quotes on josc_clear on ajax comment post 13 years 4 months ago #11082

  • Hari Karam Singh
  • Hari Karam Singh's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 20
  • Thank you received: 0
fixed! thx
  • Page:
  • 1
Time to create page: 0.119 seconds