Skip to content

Commit

Permalink
Merge pull request #418 from orangain/fix-missing-listing-name
Browse files Browse the repository at this point in the history
Fix missing listing name when using syntax highlighting
  • Loading branch information
kdmsnr committed Apr 26, 2015
2 parents f0a0216 + 8598b23 commit f597987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/review/layout.tex.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<% else %>
\usepackage{listings}
<% end %>
\renewcommand{\lstlistingname}{<%I18n.t("list")%>}
\renewcommand{\lstlistingname}{<%= I18n.t("list")%>}
\lstset{%
breaklines=true,%
breakautoindent=false,%
Expand Down

0 comments on commit f597987

Please sign in to comment.