commit | de8c286dace1956a8d1e8b0d5b2484eb7c513f79 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Wed Oct 18 17:05:08 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Oct 31 13:23:43 2017 -0700 |
tree | fcf19c415f79e8451786377d3fc5c553c771e919 | |
parent | 690a9a472b842d3516e5cc1272557210c9ae2042 [diff] [blame] |
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>