Skip to content

Commit

Permalink
Fixed #49
Browse files Browse the repository at this point in the history
  • Loading branch information
sejtenik committed Apr 15, 2009
1 parent 6399624 commit 2987ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Expand Up @@ -165,7 +165,7 @@ def will_paginate_with_i18n(collection, options = {})
def help_tag(a_id, title = 'Pomoc')
result = <<-HTML
<span class="help" title="#{title}">
<a href="/help/help.html##{a_id}" target="_blank">
<a href="/help/help.html##{a_id}" target="_blank" tabindex="-1">
<img alt="Pomoc" src="/images/icon_help.png" style="vertical-align: top;"/>
</a>
</span>
Expand Down

0 comments on commit 2987ed9

Please sign in to comment.