From 1f0f5721ea1bae0865b8e2a1e68abb94b5fcd964 Mon Sep 17 00:00:00 2001 From: Wilmer Ricciotti Date: Thu, 14 Jul 2011 14:02:50 +0000 Subject: [PATCH] Changes to utf8MacroTable.js. --- matitaB/matita/index.html | 2 +- matitaB/matita/utf8MacroTable.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/matitaB/matita/index.html b/matitaB/matita/index.html index 3daf481d0..75912b578 100644 --- a/matitaB/matita/index.html +++ b/matitaB/matita/index.html @@ -1,7 +1,7 @@ - + diff --git a/matitaB/matita/utf8MacroTable.js b/matitaB/matita/utf8MacroTable.js index 1603f1dcb..6ad92e2f1 100644 --- a/matitaB/matita/utf8MacroTable.js +++ b/matitaB/matita/utf8MacroTable.js @@ -1,6 +1,6 @@ /* GENERATED by make_table: DO NOT EDIT! */ -var macro2utf8; -var utf82macro; +var macro2utf8 = new Object(); +var utf82macro = new Object(); macro2utf8["nscr"] = "\240\157\147\131"; utf82macro["\240\157\147\131"] = "nscr"; macro2utf8["LJcy"] = "\208\137"; -- 2.39.2