Need short help on MySQL
Posted: Thu Aug 18, 2005 2:59 am
Hi,
today, while checking my template with the validator I recognized that I had an invalid tag entered in some entries.
So updated them quickly:
Fine so far for the database entries, they're updated. But: why the hell I do not see the correct entry in the browser? I reloaded the page a couple times, but the result stays the same, the '<B>' tag is still there.
Why?
Regards, Thomas
today, while checking my template with the validator I recognized that I had an invalid tag entered in some entries.
So updated them quickly:
Code: Select all
update serendipity_entries set body= replace(`body`,'<B>','<b>');Why?
Regards, Thomas