In a screencast, control -> less-than was used to change hr and img to <hr /> and , respectfully (the -> is not part of the key combination). What happened to this feature? It no longer closes it like this: <hr />. It only shows <hr></hr>.
I used shift -> ctrl -> option -> H to select HTML from the list, if that's what you mean. It still doesn't work. I think it was set to HTML the first time, too, although I'm not sure, but the point is moot,because it still doesn't work. Thank you for your response, however. Can you or anyone else think of another reason for this problem.
Ciarán Walsh-3 wrote:
On 8 Aug 2007, at 22:03, heckler0077 wrote:
In a screencast, control -> less-than was used to change hr and img to <hr /> and , respectfully (the -> is not part of the key combination). What happened to this feature? It no longer closes it like this: <hr />. It only shows <hr></hr>.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 8/9/07, heckler0077 heckler0077@bellsouth.net wrote:
Can you or anyone else think of another reason for this problem.
Long time ago, there was a change on the HTML bundle that made it use HTML by default, and XHTML as an option. The logic behind the change is well out of scope in this thread, but the fix for your problem is this:
Add a TM_XHTML shell variable (Preferences » Advancde » Shell Variable) and set it to "/"
That should fix your problem...