svn commit: r236272 - user/des/fbce/root/see

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 30 01:02:20 UTC 2012


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 %]


More information about the svn-src-user mailing list