[jboss-cvs] JBoss Profiler SVN: r508 - branches/JBossProfiler2/src/main/www.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 29 21:44:52 EST 2008


Author: jesper.pedersen
Date: 2008-11-29 21:44:52 -0500 (Sat, 29 Nov 2008)
New Revision: 508

Modified:
   branches/JBossProfiler2/src/main/www/listsnapshot.xhtml
Log:
[JBPROFILER-62] Unterminated string literal Javascript error when clicking on a listed snapshot on the listsnapshots.xhtml page

Modified: branches/JBossProfiler2/src/main/www/listsnapshot.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/listsnapshot.xhtml	2008-11-29 14:44:22 UTC (rev 507)
+++ branches/JBossProfiler2/src/main/www/listsnapshot.xhtml	2008-11-30 02:44:52 UTC (rev 508)
@@ -43,7 +43,7 @@
                         <h:outputText value="Snapshot start time --> stop time"/>
                 </f:facet>
                 
- 		 		<rich:column style="width:500px" sortBy="#{snapshot}" onclick="document.location.href='./listsnapshot.xhtml"> 
+ 		 		<rich:column style="width:500px" sortBy="#{snapshot}" onclick="document.location.href='./listsnapshot.xhtml'"> 
                 	<h:outputText value="#{snapshot}"/>
                 	<rich:toolTip direction="top-right" showDelay="500">
             			<span style="white-space:nowrap"> Click to choose one snapshot for save!<br/></span>
@@ -63,7 +63,7 @@
 				<h:outputText id="selectedOutput" value="the selected snapshot is No.#{basicOptBean.selectSnapshot}"/>
 				
 				<p></p>
-				<h:outputText value="Input the snapshot name. If it's blank, the name based on time is generated."/>
+				<h:outputText value="Input the snapshot name. If its blank, the name based on time is generated."/>
 				<rich:spacer width="50" height="20" title="Here is a spacer..."/>
 				<br/>
         		




More information about the jboss-cvs-commits mailing list