From 6a10c0ff89fec085e48c2585ed77982ede21d7d0 Mon Sep 17 00:00:00 2001
From: Jonas Wallden <jonasw@roxen.com>
Date: Fri, 15 Oct 1999 10:51:44 +0200
Subject: [PATCH] Removed misplaced <br> tag in Array.sum_arrays() example.

Rev: tutorial/tutorial.wmml:1.159
---
 tutorial/tutorial.wmml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 30cab21611..bad9d4f7b8 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -6495,7 +6495,7 @@ array sum_arrays(function fun,array arr1,...)
 {
   int e;
   array res=allocate(sizeof(arr1));
-  for(e=0;e&lt;sizeof(arr1);e++)<br>
+  for(e=0;e&lt;sizeof(arr1);e++)
   {
     res[e]=fun(arr1[e],arr2[e],...);
   }
-- 
GitLab