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 | 57df579db6594b6abd43eb0fd8e8e8b9ed4ff4b3 (patch) | |
tree | d9d27a024ed74c58fd520d9c2e6706981405cec9 /src/templates | |
parent | ee76e4a99e51fa1a26c0a4a9ce0f852c0c89a69d (diff) |
Improving closing videos
Diffstat (limited to 'src/templates')
-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. |