From: Chris W. <la...@us...> - 2004-11-25 03:14:16
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4789/template Modified Files: tagged_objects.tmpl Log Message: changes up to 0.05 (fairly minor, just fixes) Index: tagged_objects.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template/tagged_objects.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tagged_objects.tmpl 24 Oct 2004 16:40:09 -0000 1.1 --- tagged_objects.tmpl 25 Nov 2004 03:14:05 -0000 1.2 *************** *** 1,4 **** ! [% FOREACH ti = tag_info; ! item_url = OI.make_url( BASE = ti.url, do_not_escape = 1 ) %] ! o [% ti.object_type %]: <a href="[% item_url %]">[% ti.name %]</a> <br /> [% END %] \ No newline at end of file --- 1,4 ---- ! [% FOREACH info = tag_info; ! item_url = OI.make_url( BASE = info.url, do_not_escape = 1 ) %] ! o [% info.object_type %]: <a href="[% item_url %]">[% info.name %]</a> <br /> [% END %] \ No newline at end of file |