diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 15:18:06 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-18 15:18:06 -0700 |
commit | 794de015acd0328cf71ca925c9c7be8a86079fb5 (patch) | |
tree | ab4765405175bf568ef40bd4a9eb012eb0073e3b /src | |
parent | d85a261b9c29ef6362167e54fe1977b1c0451fdf (diff) |
Improving closing videos20131018a
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/templates/training.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index 62379a7..c560622 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -50,7 +50,7 @@ </div> <div id="videoplayer"> - <div class="close"><a href="#" onclick="closeVideo(); return false"><img src="${staticRoot}/images/close.png" alt="Close Video" /></a></div> + <div class="close"><a href="#" onclick="closeVideo(); return false"><img src="${staticRoot}/images/close.png" alt="Close Video" title="Close" /></a></div> <div class="video"> <video width="720" height="405" controls="controls"> This video is not playable in your browser. |