From 9c157c0b4d818d7d88c557bb3a8a2af42ac31d3b Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 25 Nov 2023 12:41:45 -0500 Subject: [PATCH] Smol text template change --- templates/remark/by_id.txt.ep | 2 +- templates/thread/by_id.txt.ep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/remark/by_id.txt.ep b/templates/remark/by_id.txt.ep index ea6ba10..3f424f8 100644 --- a/templates/remark/by_id.txt.ep +++ b/templates/remark/by_id.txt.ep @@ -3,7 +3,7 @@ %# will prevent some editors from auto-indenting the next line, hence %# the '#=' comment at the end of some lines. % if (keys %{$remark}) { #= -%= $remark->{'id' }; +Remark #<%= $remark->{'id'} %> %= $remark->{'date' }; %== $remark->{'author'} . "\n"; %== $remark->{'body' }; diff --git a/templates/thread/by_id.txt.ep b/templates/thread/by_id.txt.ep index 1d4dc75..b70edec 100644 --- a/templates/thread/by_id.txt.ep +++ b/templates/thread/by_id.txt.ep @@ -3,7 +3,7 @@ %# will prevent some editors from auto-indenting the next line, hence %# the '#=' comment at the end of some lines. % if (keys %{$thread}) { #= -%= $thread->{'id' }; +Thread #<%= $thread->{'id'} %> %= $thread->{'date' }; %== $thread->{'title' }; %== $thread->{'author'} . "\n";