Ticket #1158 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

When I use plugins/ImageManager in Japanese environment, an error occurs by reading of lang/ja.js in IE6/7.

Reported by: guest Owned by:
Priority: normal Milestone: 0.96
Component: Plugins Version: trunk
Severity: normal Keywords:
Cc: tekezo@…

Description

When I use plugins/ImageManager in Japanese environment, an error occurs by reading of lang/ja.js in IE6/7.

The reason is because a last comma of lang/ja.js is unnecessary. We can fix it the following patch.

--- xinha/plugins/ImageManager/lang/ja.js Wed Feb 20 20:57:27 2008 +0900
+++ xinha/plugins/ImageManager/lang/ja.js Wed Feb 20 21:12:05 2008 +0900
-  "Description:": "説明:",
+  "Description:": "説明:"

Change History

Changed 4 years ago by ray

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

rev [1000]

Note: See TracTickets for help on using tickets.