Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-03-21 15:56:56

hcgtv
Archived Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

r2253 - default comment needs paragraph wrap

Hi,

Was going crazy styling the comments on a template I’m working on, then I find that the default comments was acting differently because it wasn’t wrapped in a paragraph tag, like every subsequent comment I added to a default install.

Should this:

$create_sql[] = "INSERT INTO `".PFX."txp_discuss` VALUES (000001, 1, 'Donald Swain', 'me@here.com', 'example.com', '127.0.0.1', '2005-07-22 14:11:32', 'I enjoy your site very much.', 1)";

Be this:

$create_sql[] = "INSERT INTO `".PFX."txp_discuss` VALUES (000001, 1, 'Donald Swain', 'me@here.com', 'example.com', '127.0.0.1', '2005-07-22 14:11:32', '<p>I enjoy your site very much.</p>', 1)";

Offline

#2 2007-03-22 22:37:58

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: r2253 - default comment needs paragraph wrap

Offline

Board footer

Powered by FluxBB