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