TiddlyWiki.org

Ticket #5 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Remove phantom <style> tag that's confusing UltraEdit

Reported by: JeremyRuston Assigned to: JeremyRuston
Priority: trivial Milestone: 2.1
Component: core Version:
Severity: trivial Keywords:
Cc:

Description

UltraEdit? is confused by this line in the core code:

for(var t=0; t<styles.length; t++)

With stupendous idiocy, it things that a "<style...>" tag is starting, and switches into a different syntax highlighting mode.

It's been requested that TW code could be changed (eg by inserting a space) to get around the UltraEdit? bug.

Change History

08/06/06 15:30:56 changed by JeremyRuston

Fixed in changeset:179

08/06/06 15:46:27 changed by JeremyRuston

  • status changed from new to closed.
  • resolution set to fixed.