--- a/includes/clientside/tinymce/themes/advanced/charmap.htm Fri Feb 22 12:51:53 2008 -0500
+++ b/includes/clientside/tinymce/themes/advanced/charmap.htm Sun Feb 24 12:50:52 2008 -0500
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#advanced_dlg.charmap_title}</title>
@@ -6,22 +7,22 @@
<script type="text/javascript" src="js/charmap.js"></script>
<base target="_self" />
</head>
-<body style="display: none">
+<body id="charmap" style="display:none">
<table align="center" border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" class="title">{#advanced_dlg.charmap_title}</td>
</tr>
<tr>
- <td id="charmap" rowspan="2" align="left" valign="top">
+ <td id="charmapView" rowspan="2" align="left" valign="top">
<!-- Chars will be rendered here -->
</td>
<td width="100" align="center" valign="top">
- <table border="0" cellpadding="0" cellspacing="0" width="100" style="height: 100px">
+ <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">
<tr>
- <td class="charmapOver" style="font-size: 40px; height:80px;" id="codeV"> </td>
+ <td id="codeV"> </td>
</tr>
<tr>
- <td style="font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align:center;" id="codeN"> </td>
+ <td id="codeN"> </td>
</tr>
</table>
</td>