Author: cazfi
Date: Fri Jun 24 11:48:34 2016
New Revision: 33002

URL: http://svn.gna.org/viewcvs/freeciv?rev=33002&view=rev
Log:
Close buildings tables in freeciv-manual generated output.

Reported by Frank <dunnoob>

See bug #24778

Modified:
    branches/S2_5/tools/civmanual.c

Modified: branches/S2_5/tools/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/civmanual.c?rev=33002&r1=33001&r2=33002&view=diff
==============================================================================
--- branches/S2_5/tools/civmanual.c     (original)
+++ branches/S2_5/tools/civmanual.c     Fri Jun 24 11:48:34 2016
@@ -460,6 +460,7 @@
                 : Q_("?tech:None"));
         fprintf(doc, "<td>%s</td>\n</tr>\n\n", buf);
       } improvement_iterate_end;
+      fprintf(doc, "</table>");
       break;
 
     case MANUAL_GOVS:


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to