Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-07-10 17:23:53 +0000
committerChris Goldthorpe2007-07-10 17:23:53 +0000
commit154011069bc2f90945291242eef8d1f73c142eea (patch)
treec62e0bb44f6a51f87f039fbaedb53b8fd4e9714e /org.eclipse.ua.tests/data/help/dynamic
parentbbcd16bbaf23ca05e67e0e3ea6e6f8d202b70001 (diff)
downloadeclipse.platform.ua-154011069bc2f90945291242eef8d1f73c142eea.tar.gz
eclipse.platform.ua-154011069bc2f90945291242eef8d1f73c142eea.tar.xz
eclipse.platform.ua-154011069bc2f90945291242eef8d1f73c142eea.zip
Bug 189192 - [Help] Named HTML entities cause errors in help viewer if doctype is xhtml
Diffstat (limited to 'org.eclipse.ua.tests/data/help/dynamic')
-rw-r--r--org.eclipse.ua.tests/data/help/dynamic/xhtml.xml4
-rw-r--r--org.eclipse.ua.tests/data/help/dynamic/xhtml_expected.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/data/help/dynamic/xhtml.xml b/org.eclipse.ua.tests/data/help/dynamic/xhtml.xml
index 625ead310..0792f8580 100644
--- a/org.eclipse.ua.tests/data/help/dynamic/xhtml.xml
+++ b/org.eclipse.ua.tests/data/help/dynamic/xhtml.xml
@@ -9,7 +9,7 @@
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css" />
<title>Exporting files</title>
-<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" xml:space="preserve"> </script>
</head>
<body bgcolor="#ffffff">
@@ -21,7 +21,7 @@ Exporting files </h1>
<li> <img align="texttop" border="0" src="../images/win_only.png" alt="Windows only" />
Copying and pasting to the file system, or</li>
<li> Using the
- <a class="command-link" href="javascript:executeCommand(&quot;org.eclipse.ui.file.export&quot;)">
+ <a class="command-link" href="javascript:executeCommand(&quot;org.eclipse.ui.file.export&quot;)" shape="rect">
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"/>
<b>Export wizard</b></a>.</li>
</ul>
diff --git a/org.eclipse.ua.tests/data/help/dynamic/xhtml_expected.txt b/org.eclipse.ua.tests/data/help/dynamic/xhtml_expected.txt
index 625ead310..0792f8580 100644
--- a/org.eclipse.ua.tests/data/help/dynamic/xhtml_expected.txt
+++ b/org.eclipse.ua.tests/data/help/dynamic/xhtml_expected.txt
@@ -9,7 +9,7 @@
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css" />
<title>Exporting files</title>
-<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
+<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" xml:space="preserve"> </script>
</head>
<body bgcolor="#ffffff">
@@ -21,7 +21,7 @@ Exporting files </h1>
<li> <img align="texttop" border="0" src="../images/win_only.png" alt="Windows only" />
Copying and pasting to the file system, or</li>
<li> Using the
- <a class="command-link" href="javascript:executeCommand(&quot;org.eclipse.ui.file.export&quot;)">
+ <a class="command-link" href="javascript:executeCommand(&quot;org.eclipse.ui.file.export&quot;)" shape="rect">
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"/>
<b>Export wizard</b></a>.</li>
</ul>

Back to the top