annotate .svn/pristine/8b/8b4f5e74a10f8a0926d8a97404f0df2441b42b2c.svn-base @ 1377:f0da42a09a3c luisf

Properly closed some html tags; removed unnecessary tags.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Sat, 31 Aug 2013 13:22:20 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 api.array :trackers do
Chris@909 2 @trackers.each do |tracker|
Chris@909 3 api.tracker do
Chris@909 4 api.id tracker.id
Chris@909 5 api.name tracker.name
Chris@909 6 end
Chris@909 7 end
Chris@909 8 end