X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html index 67bf007..9f39243 100644 --- a/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html +++ b/net.sourceforge.phpeclipse.phpmanual/templates/refpage.html @@ -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