jader
committed
on 23 Jun 04
Fixed noquoting error with general comments items in view page.
openacs-4/contrib/.../resource-list/www/one.adp (+1 -1)
14 14
15 15 <table border="1" cellpadding="3" cellspacing="0" width="100%">
16 16 <tr>
17 17 <td>
18 18 @res.resource_description;noquote@
19 19 </td>
20 20 </tr>
21 21 </table>
22 22 Entered:
23 23 @create.creation_date@ by @create.full_name@
24 24
25 25 <p />
26 26
27 27 <font size="-1">Categories:</font>
28 28 <ul>
29 29 <multiple name="cats">
30 30 <LI><a href="@url@index?category=@cats.category_id@">@cats.short_name@</a>
31 31 </multiple>
32 32 </ul>
33 33
34   @comments@
  34 @comments;noquote@
35 35
36 36 <P>
37 37
38 38 @comments_link;noquote@