Ticket #35 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

td nowrap

Reported by: joeruby Owned by: why
Priority: minor Milestone:
Component: gem Version: 0.4
Keywords: nowrap Cc:

Description

I can't figure out a way to output '<td nowrap>' -- 'td :nowrap' doesn't work (it outputs '<td:nowrap>').

Change History

Changed 2 years ago by zimbatm

  • status changed from new to closed
  • resolution set to wontfix

Yeah, Xhmtl requires that out put those attributes twice, like selected="selected" or INPUT's checked="checked"

Markaby :

td :nowrap=>:nowrap

CSS :

TD {
  white-space: nowrap;
Note: See TracTickets for help on using tickets.