1) Fixed issue #844: Short form of ternary operator (since PHP 5.3).
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / templates / refpage.html
index 67bf007..9f39243 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<title>{title}</title>
+<title>%title%</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <style>
 body {
@@ -12,13 +12,16 @@ body {
 body, h1, h2, h3, h4, p, div code, pre {
        font-size: small;
 }
-p, div, h1, h2 {
+p, div, h1, h2, h3, h4, dl, dt {
        padding: 0px 0px 0px 0px;
        margin: 5px 1px 1px 1px;
 }
+table {
+       border-width: 1px;
+}
 </style>
 </head>
 <body>
-{reference}
+%reference%
 </body>
 </html>
\ No newline at end of file