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

http://git.enlightenment.org/website/www-content.git/commit/?id=2a0fa373f410fb428476107b2145e4ed90e59551

commit 2a0fa373f410fb428476107b2145e4ed90e59551
Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com>
Date:   Tue Jan 30 04:28:34 2018 -0800

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

diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt 
b/pages/develop/legacy/tutorial/csharp_tutorial.txt
index 0e1779010..091efacc5 100644
--- a/pages/develop/legacy/tutorial/csharp_tutorial.txt
+++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt
@@ -159,7 +159,7 @@ You can compile passing ''-define:WIN32'' to ''mcs'' to 
flag when you are compil
 Then we initialize EFL with Ui components enabled:
 <code csharp>
         efl.All.Init(efl.Components.Ui);
-<code>
+</code>
 
 Create a new Window with auto hide (the window is automatically hidden when 
the close button is clicked), set its title, give it a dimension and turn it 
visible:
 <code csharp>
@@ -200,3 +200,4 @@ After the event loop is finished (when closing the last 
window or by calling ''e
 <code csharp>
         efl.All.Shutdown();
 </code>
+

-- 


Reply via email to