mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix line indenting
This commit is contained in:
parent
dc8cdb9db9
commit
2558450993
|
@ -234,7 +234,7 @@ console.log(element);
|
|||
if($arr = $this->callHook('addDocumentContentFile')) {
|
||||
foreach($arr as $ar)
|
||||
if(is_array($ar)) {
|
||||
$this->formField($ar[0], $ar[1], isset($ar[2]) ? $ar[2] : null);
|
||||
$this->formField($ar[0], $ar[1], isset($ar[2]) ? $ar[2] : null);
|
||||
} elseif(is_string($ar)) {
|
||||
echo $ar;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user