www/adiumxtras.com 52:60cf3f31019c: Fix typo.

commits at adium.im commits at adium.im
Thu Feb 26 07:27:00 UTC 2015


details:	http://hg.adium.im/www/adiumxtras.com/rev/60cf3f31019c
revision:	52:60cf3f31019c
branch:		adiumxtras.com
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Thu Feb 26 08:26:52 2015 +0100

Fix typo.

diffs (12 lines):

diff -r 7e9dce906b01 -r 60cf3f31019c templates/main.tpl
--- a/templates/main.tpl	Thu Feb 26 08:25:48 2015 +0100
+++ b/templates/main.tpl	Thu Feb 26 08:26:52 2015 +0100
@@ -55,7 +55,7 @@
 <h2>Recent Comments</h2>
 <table cellspacing="2" cellpadding="2" border="0" style="width: 100%;">
 	<tr>
-{foreach name=comments item=comments from=$recentComments}
+{foreach name=comments item=comment from=$recentComments}
 	{include file="comment.tpl" item=$comment}
 {/foreach}
 	</tr>




More information about the commits mailing list