Skip to content

Commit 9b0abbb

Browse files
committed
chore: added custom class to widget page description
1 parent 98777da commit 9b0abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/default/resources/widget_manager/widget_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
$content = '';
8989

9090
if ($widget_page->show_description !== false && !empty($widget_page->description)) {
91-
$content .= elgg_view('output/longtext', ['value' => $widget_page->description]);
91+
$content .= elgg_view('output/longtext', ['value' => $widget_page->description, 'class' => 'widget-page-description']);
9292
}
9393

9494
$content .= elgg_view_layout('widgets', [

0 commit comments

Comments
 (0)