Static Page - <strong> instead of <b>

Creating and modifying plugins.
Post Reply
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Static Page - <strong> instead of <b>

Post 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>.
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

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

Post 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
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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.
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post 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
Post Reply