diff options
author | Alex Goodman <wagoodman@users.noreply.github.com> | 2016-11-22 21:17:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 21:17:55 -0500 |
commit | 3e34e7b53bed1ead89f7071d1ff07bdcb1a055ca (patch) | |
tree | bdab8be18ea0662ba22f6b5ef96e76c7d8b78188 /templates | |
parent | 6eebf9ba2629ee66ed4bdc588ede18daf97aafb6 (diff) | |
parent | bc3237abd0742138b22b0d9e45719e6ca089302b (diff) | |
download | wsdiff-3e34e7b53bed1ead89f7071d1ff07bdcb1a055ca.tar.gz wsdiff-3e34e7b53bed1ead89f7071d1ff07bdcb1a055ca.tar.bz2 wsdiff-3e34e7b53bed1ead89f7071d1ff07bdcb1a055ca.zip |
Merge pull request #3 from luciana-fujii/master
Small improvements.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/diff_template.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/diff_template.html b/templates/diff_template.html index 2f8f90b..df86e70 100644 --- a/templates/diff_template.html +++ b/templates/diff_template.html @@ -11,7 +11,6 @@ modified_code: full html contents of modified file jquery_js: path to jquery.min.js diff_js: path to diff.js - comment_js: path to comment.js --> <meta charset="utf-8"> <title> @@ -74,6 +73,5 @@ </div> <script src="%(jquery_js)s" type="text/javascript"></script> <script src="%(diff_js)s" type="text/javascript"></script> -<!--<script src="%(comment_js)s"></script>--> </body> -</html>
\ No newline at end of file +</html> |