diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 16:06:02 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 16:06:02 +0200 |
commit | ce4afe8759909c533dfa5c3c500127c77e2ddd29 (patch) | |
tree | 391e82fd9da042639d07a0abaa95d1b0c208e094 /pyload/webui/themes/Next/tml/logout.html | |
parent | Move lib to lib/Python/Lib (diff) | |
download | pyload-ce4afe8759909c533dfa5c3c500127c77e2ddd29.tar.xz |
Fix EOL
Diffstat (limited to 'pyload/webui/themes/Next/tml/logout.html')
-rw-r--r-- | pyload/webui/themes/Next/tml/logout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Next/tml/logout.html b/pyload/webui/themes/Next/tml/logout.html index e711b2a42..db7e9290e 100644 --- a/pyload/webui/themes/Next/tml/logout.html +++ b/pyload/webui/themes/Next/tml/logout.html @@ -6,4 +6,4 @@ {% block content %} <p><b>{{_("You were successfully logged out.")}}</b></p> -{% endblock %}
\ No newline at end of file +{% endblock %} |