|
|
Posted 17/10/2007 04:50:06 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 19/10/2007 09:24:31
Posts: 8,
Visits: 37
|
|
Removing all tabs can have adverse side-effects:
[1] in plain HTML, a tab is treated like a space, so removing a tab can cause words to bunch together
[2] in PRE tags, tabs should be rendered as-is, which is handy when you're copy-and-pasting code samples into a topic. Stripping them out gives ugly formatting.
It might be better not to strip them out, or if compression is really a concern, to reduce sequences of consecutive tabs outside PRE tags to a single one (though I appreciate this is a pain to implement).
|
|
|
|
Posted 22/10/2007 03:26:39 |
|
|
Supreme Being
      
Group: Administrators
Last Login: 2 days ago @ 13:47:50
Posts: 266,
Visits: 598
|
|
We will be looking at our compression and string replacement algorithms in the near future, I will make a note to look into this specific replacement when we do that. Thanks very much for the feedback.
 Kindest Regards,
James Trott Developer
|
|
|
|
Posted 31/03/2008 17:24:37 |
|
|
Supreme Being
      
Group: Administrators
Last Login: 2 days ago @ 13:47:50
Posts: 266,
Visits: 598
|
|
|
|
|