From 7d65ce8c8e304dc8367f4492948514f2acc07a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 17 Sep 2021 23:47:58 +0200 Subject: Whatever --- t/post.t | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 't/post.t') diff --git a/t/post.t b/t/post.t index 83529d7..b4d1e52 100644 --- a/t/post.t +++ b/t/post.t @@ -1,13 +1,16 @@ +<% #include "head.tc" %>

Post <% printf("%d", id); %>: <%= post->subject %>

-

From: <%= user->full? user->full: "" %> <% -if(user->full) printf("<"); -%>id); %>"><%= user->name %><% -if(user->full) printf(">"); %> +

From: <%= user->full? user->full: "" %> +<% if(user->full) printf("<"); %>id); %>"><%= user->name %><% if(user->full) printf(">"); %>
Date: <% printdate(post->created); %> <% if(post->edited){ printf("
Edited: "); printdate(post->edited); } %> +<% if(post->parent){ %> +
In Reply To: parent); %>"><% printf("%d", post->parent); %> +<% } %>

 <%= post->text %>
-
\ No newline at end of file + +<% #include "foot.tc" %> \ No newline at end of file -- cgit v1.2.3