Skip to content

Commit

Permalink
fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Aug 18, 2012
1 parent c3e9204 commit c72734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news_rss.php
Expand Up @@ -86,7 +86,7 @@
}

$description = $title;
$image_link = helper_mantis_url( 'themes/' . config_get( 'theme' ) . '/images/logo.png' )
$image_link = helper_mantis_url( 'themes/' . config_get( 'theme' ) . '/images/logo.png' );

# only rss 2.0
$category = string_rss_links( project_get_name( $f_project_id ) );
Expand Down

0 comments on commit c72734a

Please sign in to comment.