diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-30 19:55:55 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-30 19:55:55 +0000 |
| commit | 8f5f407073eb77599803823450d8c3e7fdc8d344 (patch) | |
| tree | 1235b26b0dda215e49022c6a607147d5e218416c /roundcubemail/index.php | |
| parent | 39697e4e08c3143a6ed066c5b1b13f65765d187f (diff) | |
New indentation for quoted message text; HTML validity
git-svn-id: https://svn.roundcube.net/trunk@329 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 313ca0bfd..f98243023 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -116,7 +116,7 @@ $SESS_HIDDEN_FIELD = ''; // add framed parameter if ($_framed) { - $COMM_PATH .= '&_framed=1'; + $COMM_PATH .= '&_framed=1'; $SESS_HIDDEN_FIELD .= "\n".'<input type="hidden" name="_framed" value="1" />'; } |
