4images Forum & Community

4images Help / Hilfe => Bug Fixes & Patches => Topic started by: V@no on June 03, 2009, 04:12:42 PM

Title: [1.7.7] Postcard preview shows message text in one line
Post by: V@no on June 03, 2009, 04:12:42 PM
This little bug affects all 3 templates that came with 4images.

In
templates/default/postcard_preview.html
templates/default_960px/postcard_preview.html
templates/default_full/postcard_preview.html

Find:
Code: [Select]
                    <font face="{font_face}" color="{font_color}" size="2">{message_hidden}</font> <br />
Replace with:
Code: [Select]
                    <font face="{font_face}" color="{font_color}" size="2">{message}</font> <br />