Skip to content

Commit

Permalink
Fix header additions to use correct renderer functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Sep 16, 2010
1 parent 382c6be commit 9e56678
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ def comments
def pingback_auto_discovery
pingback_server_url = url_for(:controller => '/feedback/pingback', :action => 'index')
output = "<link rel=\"pingback\" href=\"#{vh pingback_server_url}\" />"
header_html output
include_in_head output

render_paragraph :nothing => true
end
Expand Down

0 comments on commit 9e56678

Please sign in to comment.