Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 01:02:20 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r236272 - user/des/fbce/root/see
Message-ID:  <201205300102.q4U12Kas015642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed May 30 01:02:19 2012
New Revision: 236272
URL: http://svn.freebsd.org/changeset/base/236272

Log:
  remove no-op code

Modified:
  user/des/fbce/root/see/index.tt

Modified: user/des/fbce/root/see/index.tt
==============================================================================
--- user/des/fbce/root/see/index.tt	Wed May 30 00:57:03 2012	(r236271)
+++ user/des/fbce/root/see/index.tt	Wed May 30 01:02:19 2012	(r236272)
@@ -14,7 +14,7 @@
 [% END %]
 <ul>
   [% WHILE (candidate = candidates.next) %]
-  <li>[% candidate.name | html %][% IF candidate.incumbent %][% END %][% IF candidate.incumbent %] (incumbent)[% END %]: <a href="[% c.uri_for('/see/candidate', candidate.login) | html %]">[% candidate.statement.short | html %]</a></li>
+  <li>[% candidate.name | html %][% IF candidate.incumbent %] (incumbent)[% END %]: <a href="[% c.uri_for('/see/candidate', candidate.login) | html %]">[% candidate.statement.short | html %]</a></li>
   [% END %]
 </ul>
 [% END %]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205300102.q4U12Kas015642>