Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1256 → Rev 1257

/PhotoAlbum/trunk/webapp/cacheOk.jsp
6,13 → 6,15
<html>
 
<head>
<title>Build Cache: OK</title>
<title>Cache <bean:write name="cacheForm" property="action" />: OK</title>
</head>
 
<body bgcolor="white">
 
<h1>Build Cache: OK</h1>
<h1>Cache <bean:write name="cacheForm" property="action" />: OK</h1>
 
<p><a href="cache.html">cache management</a></p>
 
</body>
 
</html>