[java-idp-testbed COMMIT] /trunk/src/main/webapp/index.html
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 22 15:39:42 EDT 2015
Author: tzeller
Date: Mon Jun 22 15:39:42 2015
New Revision: 311
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=311&view=rev
Log:
Typos.
Modified:
trunk/src/main/webapp/index.html
Modified: trunk/src/main/webapp/index.html
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/index.html?rev=311&r1=310&r2=311&view=diff
==============================================================================
--- trunk/src/main/webapp/index.html (original)
+++ trunk/src/main/webapp/index.html Mon Jun 22 15:39:42 2015
@@ -55,15 +55,15 @@
<input id="localStorageKey" type="text" name="localStorageKey" size="60"/>
</p>
<p>version:
- <input id="localStorageVersion" type="text" name="localStorageVersion" size="10"/>
+ <input id="localStorageVersion" type="text" name="localStorageVersion" size="10" value="0" />
</p>
- <input type="submit" value="Submit">
+ <input type="submit" value="Read">
</form>
</li>
<li>
<form action="idp/profile/test/local-storage/write" method="GET">
- <p>Write from local storage</p>
+ <p>Write to local storage</p>
<p>key:
<input id="localStorageKey" type="text" name="localStorageKey" size="60"/>
</p>
@@ -73,7 +73,7 @@
<p>version:
<input id="localStorageVersion" type="text" name="localStorageVersion" size="10"/>
</p>
- <input type="submit" value="Submit">
+ <input type="submit" value="Write">
</form>
</li>
More information about the commits
mailing list