Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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)";
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
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