commit | 3121529bd586f830274fc7b51a80d645ba5d8008 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Wed Oct 18 17:05:08 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Mon Oct 23 03:13:05 2017 -0700 |
tree | 037e06329422075ba8e8e1ac6cbf27a98286045e | |
parent | 7771a669ad5bf8e7b2435ae5acddb4848da53cc8 [diff] |
Remove shebang from HTML template Change-Id: I60bb96dce6005fae32c38baf4a80eba0a780cfeb (cherry picked from commit f62e9facbdbbd14e35f4784454c3be3725b86932)
diff --git a/xos/synchronizer/templates/message.html.j2 b/xos/synchronizer/templates/message.html.j2 index 9424260..a195fc1 100644 --- a/xos/synchronizer/templates/message.html.j2 +++ b/xos/synchronizer/templates/message.html.j2
@@ -1,4 +1,3 @@ -#!/usr/bin/env bash <!-- Copyright 2017-present Open Networking Foundation @@ -127,4 +126,4 @@ </body> -</html> \ No newline at end of file +</html>