diff --git a/templates/scheduleds/default.php b/templates/scheduleds/default.php index f2bf798..a92515d 100755 --- a/templates/scheduleds/default.php +++ b/templates/scheduleds/default.php @@ -52,7 +52,7 @@ <tr> <td><?php secho($scheduled['id']); ?></td> <td><?php secho($scheduled['at']); ?></td> - <td><?php secho($scheduled['content']); ?>...</td> + <td><?php secho($scheduled['content']); ?></td> <td><input type="checkbox" value="<?php secho($scheduled['id']); ?>"></td> </tr> <?php