summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/source/access2base/Database.xba4
-rw-r--r--wizards/source/access2base/Field.xba2
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/access2base/Database.xba b/wizards/source/access2base/Database.xba
index f7463e03a94c..3b9535df5330 100644
--- a/wizards/source/access2base/Database.xba
+++ b/wizards/source/access2base/Database.xba
@@ -1431,7 +1431,7 @@ Dim i As Integer, l As Long
""", "&", "'", "<", ">", " " _
, "<pre>", "</pre>", "<br>" _
, "<a href=""", "<a id=""", "</a>", "<img src=""" _
- , "<span style=""", "</span>" _
+ , "<span class=""", "</span>" _
, "<b>", "</b>", "<u>", "</u>", "<i>", "</i>" _
)
@@ -1457,7 +1457,7 @@ Dim i As Integer, l As Long
' Process hyperlink patterns and keep others
If Len(sPattern) > 0 Then
Select Case LCase(sPattern)
- Case "<a href=""", "<a id=""", "<img src=""", "<span style="""
+ Case "<a href=""", "<a id=""", "<img src=""", "<span class="""
' Up to next quote, url-encode
lNextQuote = 0
lUrl = lPattern + Len(sPattern)
diff --git a/wizards/source/access2base/Field.xba b/wizards/source/access2base/Field.xba
index bae69310e92d..651ae6ec64b6 100644
--- a/wizards/source/access2base/Field.xba
+++ b/wizards/source/access2base/Field.xba
@@ -383,7 +383,7 @@ Private Function _PropertiesList() As Variant
, "Description", "Name", "ObjectType", "Size", "SourceField", "SourceTable" _
, "TypeName" _
)
- Case OBJRECORDSET
+ Case OBJRECORDSET
_PropertiesList = Array("DataType", "DataUpdatable", "dbType", "DefaultValue" _
, "Description" , "FieldSize", "Name", "ObjectType" _
, "Size", "SourceTable", "TypeName", "Value" _