>@author ${user}</template>
<template name="<html" description="html page with head,title,body" context="html" enabled="true">
- <html>
- <head>
- <title>${title}</title>
- </head>
- <body bgcolor="#FFFFFF" text="#000000" link="#FF9966" vlink="#FF9966" alink="#FFCC99">
- ${cursor}
- </body>
- </html>
+<html>
+<head>
+<meta http-equiv="Content-Language" content="en" />
+<meta name="GENERATOR" content="PHPEclipse 1.0" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>${title}</title>
+</head>
+<body bgcolor="#FFFFFF" text="#000000" link="#FF9966" vlink="#FF9966" alink="#FFCC99">
+${cursor}
+</body>
+</html>
</template>
<template name="<title" description="title" context="html" enabled="true">
<title>${cursor}</title>