From 0cbdb5cba4f71a915794fd4ad91ffbf184262a20 Mon Sep 17 00:00:00 2001 From: Pierre-Lin Bonnemaison <pierre.lin@free.fr> Date: Mon, 17 Aug 2015 20:20:45 +0200 Subject: [PATCH] =?UTF-8?q?Retrait=20du=20'...'=20inutile=20sur=20les=20sm?= =?UTF-8?q?s=20programm=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/scheduleds/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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