##// END OF EJS Templates
Fixed: "obj" parameter is not defined for macros used in description of documents (#13821)....
Jean-Philippe Lang -
r11531:5cc597e394a7
parent child
Show More
@@ -12,7 +12,7
12 <p><em><%=h @document.category.name %><br />
12 <p><em><%=h @document.category.name %><br />
13 <%= format_date @document.created_on %></em></p>
13 <%= format_date @document.created_on %></em></p>
14 <div class="wiki">
14 <div class="wiki">
15 <%= textilizable @document.description, :attachments => @document.attachments %>
15 <%= textilizable @document, :description, :attachments => @document.attachments %>
16 </div>
16 </div>
17
17
18 <h3><%= l(:label_attachment_plural) %></h3>
18 <h3><%= l(:label_attachment_plural) %></h3>
General Comments 0
You need to be logged in to leave comments. Login now