Mercurial Hosting > chat
comparison src/lib/Shared.luan @ 19:435f474f07c7
urls
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 04 Nov 2024 19:23:38 -0700 |
| parents | 82b55186a4a0 |
| children | 949914955bfe |
comparison
equal
deleted
inserted
replaced
| 18:0721dcf222e1 | 19:435f474f07c7 |
|---|---|
| 98 <div post="<%=id%>"> | 98 <div post="<%=id%>"> |
| 99 <div who> | 99 <div who> |
| 100 <span author><%=author.email%></span> | 100 <span author><%=author.email%></span> |
| 101 <span when fix><%=post.date%></span> | 101 <span when fix><%=post.date%></span> |
| 102 </div> | 102 </div> |
| 103 <div text><%= html_encode(post.content) %></div> | 103 <div text fix><%= html_encode(post.content) %></div> |
| 104 </div> | 104 </div> |
| 105 <% | 105 <% |
| 106 end | 106 end |
| 107 | 107 |
| 108 function Shared.chats_html() | 108 function Shared.chats_html() |
