TiddlyWiki.org

Ticket #330 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Language attribute in XML prolog is fixed as 'EN'

Reported by: JeremyRuston Assigned to: 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 (1.2 kB) - added by MartinBudden on 17/04/07 00:57:17.

Change History

17/04/07 00:55:31 changed by MartinBudden

  • milestone changed from 2.3 to 2.2.

17/04/07 00:57:17 changed by MartinBudden

  • attachment saving330.patch added.

17/04/07 00:57:40 changed by MartinBudden

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

17/04/07 10:31:07 changed by JeremyRuston

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

Fixed in changeset:2078