Smol text template change
This commit is contained in:
parent
7b6ed129c9
commit
9c157c0b4d
|
@ -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' };
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue