Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2011 07:18:28 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix illegal underscore character in div class in bp-default 404.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/404.php

    r3771 r4222  
    66        <?php do_action( 'bp_before_404' ) ?>
    77
    8         <div class="page 404">
     8        <div class="page-404">
    99
    1010            <h2 class="pagetitle"><?php _e( 'Page Not Found', 'buddypress' ) ?></h2>
Note: See TracChangeset for help on using the changeset viewer.