Fixed HTML errors

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8464 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-02-16 18:00:08 +00:00
parent 68b5226dfe
commit 3949917403
13 changed files with 90 additions and 59 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>areaDetector Plugin NDPluginColorConvert</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
</head>
<body>
<div style="text-align: center">
@@ -44,7 +47,7 @@ public:
const char **pptypeName, size_t *psize);
/* These methods are just for this class */
template &lt typename epicstype &gt void convertColor(NDArray *pArray);
template &lt;typename epicstype&gt; void convertColor(NDArray *pArray);
};
...
}