Skip to content

Commit b6f58fe

Browse files
committed
chore: lint fix
1 parent e467625 commit b6f58fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/default/object/question.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
];
6363
}
6464

65-
$excerpt = elgg_get_excerpt((string)$question->description);
65+
$excerpt = elgg_get_excerpt((string) $question->description);
6666

6767
$params['content'] = $excerpt;
6868
$params['imprint'] = $imprint;

0 commit comments

Comments
 (0)