summaryrefslogtreecommitdiffstats
path: root/core/templates/exception.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-14 23:19:12 +0100
committerBart Visscher <bartv@thisnet.nl>2013-02-21 23:47:21 +0100
commit1a747b3e480a2b44969b1306a5d354e721781c81 (patch)
treef8ec031fd1d04525de2851ad0ecb27142ff98b5b /core/templates/exception.php
parentdb8dbb9847da1a6f1146153414f8bd3bac4ca980 (diff)
downloadnextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.tar.gz
nextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.zip
Style cleanup core dir
Diffstat (limited to 'core/templates/exception.php')
-rw-r--r--core/templates/exception.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php
index 62d6cf2ade5..4059c7e047d 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -5,7 +5,9 @@
<p class="exception">
<?php
if($_['showsysinfo'] == true) {
- echo 'If you would like to support ownCloud\'s developers and report this error in our <a href="https://github.com/owncloud/core">bug tracker</a>, please copy the following informations into the description. <br><br><textarea readonly>';
+ echo 'If you would like to support ownCloud\'s developers and'
+ .' report this error in our <a href="https://github.com/owncloud/core">bug tracker</a>,'
+ .' please copy the following informations into the description. <br><br><textarea readonly>';
echo 'Message: ' . $_['message'] . "\n";
echo 'Error Code: ' . $_['code'] . "\n";
echo 'File: ' . $_['file'] . "\n";