diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-23 12:03:03 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-23 12:03:03 +0000 |
| commit | 9e85f39624776fae1a8c7bde39560300138bc2c4 (patch) | |
| tree | adf3f2e537ec46d04c6123d21fbb7f485f72d08f /templates | |
| parent | 671e177818e971d18f623e6f58dca2ec25d5dac2 (diff) | |
| download | messages-9e85f39624776fae1a8c7bde39560300138bc2c4.tar.gz messages-9e85f39624776fae1a8c7bde39560300138bc2c4.tar.bz2 messages-9e85f39624776fae1a8c7bde39560300138bc2c4.zip | |
apply special class to message body for styling
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/read.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/read.tpl b/templates/read.tpl index fed771e..5b6bd22 100644 --- a/templates/read.tpl +++ b/templates/read.tpl @@ -70,7 +70,7 @@ </div> <div class="row"> - {forminput} + {forminput class="message"} {$msg.parsed} {/forminput} </div> |
