This commit is contained in:
Difrex(Denis Zheleztsov) 2014-06-17 11:05:10 +04:00
parent 8635fd03a1
commit fa0826d592
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ sub pre {
$post =~ s/</&lt;/g;
$post =~ s/>/&gt;/g;
$post =~ s/&gt;(.+)/<font color='green'>>$1<\/font><br>/g;
$post =~ s/&gt;(.+)/<font color='green'>>$1<\/font>/g;
$post =~ s/^$/<br>\n/g;
$post =~ s/(.?)\n/$1<br>\n/g;
$post

View File

@ -138,7 +138,7 @@
<p>
<b>[</b> <a href="/">лента</a> <b>]</b>&nbsp
<b>[</b> <a href="/get">получить сообщения</a> <b>]</b>&nbsp
<b>[</b> <a href="/me">моя переписка</a> ]</b>&nbsp
<b>[</b> <a href="/me">моя переписка</a> <b>]</b>&nbsp
<b>[</b> <a href="/out">неотправленные сообщения</a> <b>]</b>&nbsp
</p>
</div>