Revision: 3149
Author: [email protected]
Date: Fri Sep 4 13:30:01 2009
Log: Fixed charset identification
Replaced wrong displayType property with typeName
http://code.google.com/p/power-architect/source/detail?r=3149
Modified:
/trunk/bundled_files/arch/all/velocity_examples/architect.vm
=======================================
--- /trunk/bundled_files/arch/all/velocity_examples/architect.vm Fri Jul 31
14:55:27 2009
+++ /trunk/bundled_files/arch/all/velocity_examples/architect.vm Fri Sep 4
13:30:01 2009
@@ -14,7 +14,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.table {
background-color:#F5F5FF;
@@ -137,7 +137,7 @@
#end
</td>
<td class="tdTableDefinition">$column.physicalName</td>
- <td class="tdTableDefinition">$column.displayType</td>
+ <td class="tdTableDefinition">$column.typeName</td>
<td class="tdTableDefinition" nowrap="nowrap">#if
($column.primaryKey)PK#end</td>
<td class="tdTableDefinition" nowrap="nowrap">#if
($column.primaryKey || !$column.nullable)NOT NULL#end</td>
</tr>