From 10c92bef09262b7d46e6c87893715bb5a2e5e4a1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 30 Aug 2006 15:55:55 -0400 Subject: [PATCH] New indentation for quoted message text; HTML validity --- index.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.php b/index.php index 313ca0b..f982430 100644 --- a/index.php +++ b/index.php @@ -116,7 +116,7 @@ // add framed parameter if ($_framed) { - $COMM_PATH .= '&_framed=1'; + $COMM_PATH .= '&_framed=1'; $SESS_HIDDEN_FIELD .= "\n".'<input type="hidden" name="_framed" value="1" />'; } -- Gitblit v1.9.1