diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-11 10:17:51 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-11 10:17:51 +0100 |
commit | 7f12c7b0f6d119b971a85c610011501454a11b22 (patch) | |
tree | 91b54bd90212f238d68fc17abe35bf472f101d7f | |
parent | bade87483fcd8f80ff6e8e11ec9624843218046d (diff) |
value not valu
-rw-r--r-- | www/templates/en/photo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/photo.html b/www/templates/en/photo.html index c0373a2..7ba6a00 100644 --- a/www/templates/en/photo.html +++ b/www/templates/en/photo.html @@ -17,5 +17,5 @@ </div> <input type="button" id="id_existing" data-theme="c" value="Add an existing photo" > <input id="id_photo_button" type="button" data-theme="a" value="Take a new photo"> - <input id="id_del_photo_button" type="button" data-theme="a" valu="Remove Photo"> + <input id="id_del_photo_button" type="button" data-theme="a" value="Remove Photo"> </div> |