diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/info/views/info_block.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index 3fa9350f..6ef5c372 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -3,15 +3,15 @@ <tbody> <tr> <th><?= _("Title:") ?></th> - <td><?= $item->title; ?></td> + <td><?= $item->title_edit; ?></td> </tr> <tr> <th><?= _("Description:") ?></th> - <td><?= $item->description; ?></td> + <td><?= $item->description_edit; ?></td> </tr> <tr> <th><?= _("Name:") ?></th> - <td><?= $item->name; ?></td> + <td><?= $item->name_edit; ?></td> </tr> <? if ($item->owner): ?> <tr> |