From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 07 Oct 2013 13:19:03 -0400 Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses --- program/steps/settings/about.inc | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/program/steps/settings/about.inc b/program/steps/settings/about.inc index a17b3c0..9b13402 100644 --- a/program/steps/settings/about.inc +++ b/program/steps/settings/about.inc @@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ - - $Id: identities.inc 4410 2011-01-12 18:25:02Z thomasb $ - */ @@ -68,7 +65,7 @@ if ($uri && stripos($uri, 'http') !== 0) { $uri = 'http://' . $uri; } - + $table->add_row(); $table->add('name', Q($data['name'] ? $data['name'] : $name)); $table->add('version', Q($data['version'])); -- Gitblit v1.9.1