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
|
%# will prevent some editors from auto-indenting the next line, hence
|
||||||
%# the '#=' comment at the end of some lines.
|
%# the '#=' comment at the end of some lines.
|
||||||
% if (keys %{$remark}) { #=
|
% if (keys %{$remark}) { #=
|
||||||
%= $remark->{'id' };
|
Remark #<%= $remark->{'id'} %>
|
||||||
%= $remark->{'date' };
|
%= $remark->{'date' };
|
||||||
%== $remark->{'author'} . "\n";
|
%== $remark->{'author'} . "\n";
|
||||||
%== $remark->{'body' };
|
%== $remark->{'body' };
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
%# will prevent some editors from auto-indenting the next line, hence
|
%# will prevent some editors from auto-indenting the next line, hence
|
||||||
%# the '#=' comment at the end of some lines.
|
%# the '#=' comment at the end of some lines.
|
||||||
% if (keys %{$thread}) { #=
|
% if (keys %{$thread}) { #=
|
||||||
%= $thread->{'id' };
|
Thread #<%= $thread->{'id'} %>
|
||||||
%= $thread->{'date' };
|
%= $thread->{'date' };
|
||||||
%== $thread->{'title' };
|
%== $thread->{'title' };
|
||||||
%== $thread->{'author'} . "\n";
|
%== $thread->{'author'} . "\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user