You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/12/31 17:54:26 UTC

svn commit: r360335 - /maven/jxr/trunk/src/main/resources/templates/package-summary.vm

Author: fgiust
Date: Sat Dec 31 08:54:23 2005
New Revision: 360335

URL: http://svn.apache.org/viewcvs?rev=360335&view=rev
Log:
fix wrong variable for package name (part of the issue in JXR-5)

Modified:
    maven/jxr/trunk/src/main/resources/templates/package-summary.vm

Modified: maven/jxr/trunk/src/main/resources/templates/package-summary.vm
URL: http://svn.apache.org/viewcvs/maven/jxr/trunk/src/main/resources/templates/package-summary.vm?rev=360335&r1=360334&r2=360335&view=diff
==============================================================================
--- maven/jxr/trunk/src/main/resources/templates/package-summary.vm (original)
+++ maven/jxr/trunk/src/main/resources/templates/package-summary.vm Sat Dec 31 08:54:23 2005
@@ -19,7 +19,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=$outputEncoding" />
-		<title>$windowTitle Package $name</title>
+		<title>$windowTitle Package $pkgInfo.name</title>
 		<link rel="stylesheet" type="text/css" href="${pkgInfo.rootRef}stylesheet.css" title="style" />
 	</head>
 	<body>