Whitespace cleanup
This commit is contained in:
parent
2c427f050e
commit
4af5b016cc
|
@ -63,4 +63,3 @@ $tmpl->assign( 'maxPossibleUploadSize', $maxUploadFilesizePossible);
|
||||||
$tmpl->assign( 'allowZipDownload', $allowZipDownload);
|
$tmpl->assign( 'allowZipDownload', $allowZipDownload);
|
||||||
$tmpl->assign( 'maxZipInputSize', $maxZipInputSize);
|
$tmpl->assign( 'maxZipInputSize', $maxZipInputSize);
|
||||||
return $tmpl->fetchPage();
|
return $tmpl->fetchPage();
|
||||||
|
|
||||||
|
|
|
@ -89,4 +89,3 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
|
||||||
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
|
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
|
||||||
|
|
||||||
div.crumb a{ padding: 0.9em 0 0.7em 0; }
|
div.crumb a{ padding: 0.9em 0 0.7em 0; }
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,3 @@ if ( $view->file_exists($file) ) {
|
||||||
$view->unlink($file);
|
$view->unlink($file);
|
||||||
OC_Mount_Config::createCertificateBundle();
|
OC_Mount_Config::createCertificateBundle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue