src/doc: rename `tpl_link` into `html_link` and use bootstrap template
[nit.git] / lib / app / app_base.nit
index f892033..2a335c4 100644 (file)
@@ -52,6 +52,6 @@ class App
        fun window_closing do end
 end
 
-protected fun app: App do return once new App
+fun app: App do return once new App
 app.setup
 app.run