diff options
Diffstat (limited to 'synapse_topology/view/webui/index.html')
-rw-r--r-- | synapse_topology/view/webui/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse_topology/view/webui/index.html b/synapse_topology/view/webui/index.html index 0d206e0bfb..cbd1fa003d 100644 --- a/synapse_topology/view/webui/index.html +++ b/synapse_topology/view/webui/index.html @@ -1,13 +1,13 @@ <html> <head> - <meta charset="utf-8"> - <title>Topology - The synapse configuration tool</title> + <meta charset="utf-8"> + <title>Topology - The synapse configuration tool</title> </head> <body> - <div id="content" /> - <script src="dist/bundle.js" type="text/javascript"></script> + <div id="content" /> + <script src="dist/bundle.js" type="text/javascript"></script> </body> </html> \ No newline at end of file |