Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

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

    r4534 r5737  
    1 <?php get_header() ?>
     1<?php get_header(); ?>
    22
    33    <div id="content">
     
    1313            </div>
    1414
    15             <?php do_action( 'bp_after_404' ) ?>
     15            <?php do_action( 'bp_after_404' ); ?>
    1616        </div><!-- .padder -->
    1717    </div><!-- #content -->
    1818
    19 <?php get_footer() ?>
     19<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.