diff options
author | Kevin Chabowski <kevin@kch42.de> | 2015-04-14 22:37:15 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2015-04-14 22:37:15 +0200 |
commit | b52413dbb4d8333d5fe2a351780e20b04c4525a2 (patch) | |
tree | 2f539192bb1d6e330bfb5845b72a6131cf7bcdae /example/templates/src/master.html | |
parent | 31241a2ab9c97e09ddbd4fb9e41b4e2e756d8ed4 (diff) | |
download | ste-develop.tar.gz ste-develop.tar.bz2 ste-develop.zip |
Trim whitespacedevelop
Diffstat (limited to 'example/templates/src/master.html')
-rw-r--r-- | example/templates/src/master.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/templates/src/master.html b/example/templates/src/master.html index fe6b1e6..710b9d4 100644 --- a/example/templates/src/master.html +++ b/example/templates/src/master.html @@ -13,14 +13,14 @@ .offline { color: #555; font-style: italic; - + } </style> - + </head> <body> <h1>example</h1> - + <div id="content"> <ste:block name="content"> Default content. |