From 226bd9d488135560773d1b5ae57ff221ec7fda11 Mon Sep 17 00:00:00 2001 From: Christian Reiner Date: Wed, 29 Oct 2014 16:28:54 +0100 Subject: [PATCH] Imprint: Fix syntax error in dummy template This is a cleanup of the changes required to enable installing the app from the owncloud app store. --- imprint/templates/tmpl_dummy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imprint/templates/tmpl_dummy.php b/imprint/templates/tmpl_dummy.php index 18b554a073..550788fab6 100644 --- a/imprint/templates/tmpl_dummy.php +++ b/imprint/templates/tmpl_dummy.php @@ -43,9 +43,9 @@
t("That configuration is done in the administration section.")); - else + } else { p($l->t("That configuration has to be done by the system administration.")); - ?> + } ?>