diff options
-rw-r--r-- | src/templates/en/photo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/photo.html b/src/templates/en/photo.html index d986a15..b61a5af 100644 --- a/src/templates/en/photo.html +++ b/src/templates/en/photo.html @@ -7,7 +7,7 @@ <% } %> </div> <div data-role="content"> - <h2>Add a Photo <em>(optional)</em>:</h2> + <h2>Add a Photo <em>(optional)</em></h2> <div class="photo"> <% if ( file == '' ) { %> <img class="placeholder" src="images/placeholder-photo.png" alt="" id="photo"> |