templates/default/fulldoc/html/header.erb in yard-0.2.2 vs templates/default/fulldoc/html/header.erb in yard-0.2.3

- old
+ new

@@ -3,10 +3,10 @@ <html> <head> <%= render :html_head %> <script src="<%= url_for(js_file) %>" type="text/javascript" charset="utf-8"></script> <script src="<%= url_for(js_app_file) %>" type="text/javascript" charset="utf-8"></script> - <title><%= h format_object_type(object) %>: <%= h object.path %></title> + <title><%= h format_object_title(object) %></title> </head> <body> <div id="content"> <%= yield object %> </div> \ No newline at end of file