diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-18 21:22:44 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-18 21:27:01 +0300 |
| commit | bfe3c2b399eec1a0fa11dbdedab9ed9b4173835d (patch) | |
| tree | d954cab8c49ee813d88e281cc05c45edffda0bbf | |
| parent | abcddf17cfd5476add773fc398be44c5829b1235 (diff) | |
index.html: Camel case SAVE/LOAD
| -rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -15,7 +15,6 @@ <script src="scripts/caret.js"></script> <script src="scripts/autocomplete.js"></script> - </head> <body> @@ -76,7 +75,7 @@ <tr> <td> <div class="save"> - <a href="#">SAVE</a> + <a href="#">Save</a> </div> </td> <td> @@ -88,7 +87,7 @@ <tr> <td> <div class="load"> - <a href="#">LOAD</a> + <a href="#">Load</a> </div> </td> </tr> |
