Skip to content

Commit

Permalink
Breadcrumb: xmlns obsolete replaced by prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Dec 1, 2014
1 parent 3863538 commit 6ca0e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/front/breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function stormbringer_breadcrumb( $args = array() ) {
if ( !empty( $trail ) && is_array( $trail ) ) {

/* Open the breadcrumb trail containers. */
$breadcrumb = '<ol class="breadcrumb breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">';
$breadcrumb = '<ol class="breadcrumb breadcrumbs" prefix="v: http://rdf.data-vocabulary.org/#">';

/* If $before was set, wrap it in a container. */
//$breadcrumb .= ( !empty( $args['before'] ) ? '<span class="divider breadcrumb-before">' . $args['before'] . '</span> ' : '' );
Expand Down

0 comments on commit 6ca0e80

Please sign in to comment.