summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-08-30 19:55:55 +0000
committerthomascube <thomas@roundcube.net>2006-08-30 19:55:55 +0000
commit10c92bef09262b7d46e6c87893715bb5a2e5e4a1 (patch)
treeb61ce9acf911f4429acbc0985f67d48e18b56c82 /index.php
parent107bde9cfd9a0392d18544b5a433552ce6f2f0a6 (diff)
New indentation for quoted message text; HTML validity
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 313ca0bfd..f98243023 100644
--- a/index.php
+++ b/index.php
@@ -116,7 +116,7 @@ $SESS_HIDDEN_FIELD = '';
// add framed parameter
if ($_framed)
{
- $COMM_PATH .= '&_framed=1';
+ $COMM_PATH .= '&amp;_framed=1';
$SESS_HIDDEN_FIELD .= "\n".'<input type="hidden" name="_framed" value="1" />';
}