Ticket #330 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Language attribute in XML prolog is fixed as 'EN'

Reported by: JeremyRuston Owned by: MartinBudden
Priority: major Milestone: 2.2
Component: core Version:
Severity: critical Keywords:
Cc:

Description

The second line of the TiddlyWiki HTML template looks like this:

<html xmlns=" http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

The problem is that there is no provision for changing the 'EN' to other ISO codes for translated versions of TiddlyWiki.

The solution, I think, is to use a mechanism along the same lines as the Markup* tiddlers to splice in the correct code as part of the saving process.

Attachments

saving330.patch Download (1.2 KB) - added by MartinBudden 5 years ago.

Change History

Changed 5 years ago by MartinBudden

  • milestone changed from 2.3 to 2.2

Changed 5 years ago by MartinBudden

Changed 5 years ago by MartinBudden

  • owner set to MartinBudden
  • status changed from new to assigned

Changed 5 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in changeset:2078

Note: See TracTickets for help on using tickets.