WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=1519307097a99208a4a025422451458ccf1b8de6

commit 1519307097a99208a4a025422451458ccf1b8de6
Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com>
Date:   Tue Jan 30 04:29:49 2018 -0800

    Wiki page csharp_tutorial changed with summary [] by Vitor Sousa da Silva
---
 pages/develop/legacy/tutorial/csharp_tutorial.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt 
b/pages/develop/legacy/tutorial/csharp_tutorial.txt
index 091efacc5..946c87bcc 100644
--- a/pages/develop/legacy/tutorial/csharp_tutorial.txt
+++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt
@@ -168,7 +168,7 @@ Create a new Window with auto hide (the window is 
automatically hidden when the
         win.SetAutohide(true);
         win.SetSize(240, 60);
         win.SetVisible(true);
-<code>
+</code>
 
 Create a new Button (passing the newly created window as parent), set new 
label text to the button, give it a dimension and position and turn it visible:
 <code csharp>

-- 


Reply via email to