Page 1 of 1

Static Page - <strong> instead of <b>

Posted: Wed Dec 31, 2008 5:20 pm
by Don Chambers
Just noticed that the static page plugin uses <b> instead of <strong>. I'm still not setup to deal with cvs, so can someone change that? Looks like it begins around line 2105 in serendipity_event_staticpage.php.


EDIT: And as long as we are at it, static page uses <i> instead of <em>.

Re: Static Page - <strong> instead of <b>

Posted: Wed Dec 31, 2008 5:58 pm
by yellowled
Don Chambers wrote:I'm still not setup to deal with cvs, so can someone change that?
Just one instant of each, both of them changed & committed. Now go ahead and get yourself ready for cvs :-)

YL

Posted: Wed Dec 31, 2008 6:07 pm
by Don Chambers
Something always seems to go wrong when I install my cvs client... probably just need to do a full uninstall and reinstall.

And there may have been more than a single instance of each for the different editors - did you double check that, because I didn't.

Posted: Wed Dec 31, 2008 7:14 pm
by yellowled
Don Chambers wrote:And there may have been more than a single instance of each for the different editors - did you double check that, because I didn't.
I grepped all files in the plugin directory for \<b\> and \<i\>, that should do the trick :)

YL