summaryrefslogtreecommitdiffstats
path: root/subscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'subscribe.php')
-rw-r--r--subscribe.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/subscribe.php b/subscribe.php
index bd79c4aba..cff21d9ff 100644
--- a/subscribe.php
+++ b/subscribe.php
@@ -1,8 +1,8 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>News - ownCloud</title>
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>News - ownCloud</title>
</head>
<body>
<div class="message">
@@ -30,7 +30,7 @@
echo $l->t('An error occurred');
} else {
echo $l->t('Nice! You have subscribed to ') . $feed->getTitle();
- }
+ }
}
else {
echo $l->t('You had already subcribed to this feed!');
@@ -39,5 +39,5 @@
?>
</div>
<a href="javascript:self.close()" >Close this window</a>
- </body>
+ </body>
</html>