luci-app-example: replace NBSP with a space
authorSergey Ponomarev <stokito@gmail.com>
Fri, 19 Jan 2024 18:04:32 +0000 (20:04 +0200)
committerSergey Ponomarev <stokito@gmail.com>
Tue, 23 Jan 2024 07:29:12 +0000 (09:29 +0200)
It looks like an IDE replaced some spaces with a Non-breaking space.
It's not needed here

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
applications/luci-app-example/structure.md

index e03847f4246cf7e22df0cdc2022484fc1fe722ad..6d3b67e820ee876804fb7642b61891f8bbe599ea 100644 (file)
@@ -3,31 +3,31 @@
 ```
 .
 ├── htdocs
-│   └── luci-static
-│       └── resources
-│           └── view
-│               └── example
-│                   ├── form.js
-│                   ├── htmlview.js
-│                   └── rpc.js
+│   └── luci-static
+│       └── resources
+│           └── view
+│               └── example
+│                   ├── form.js
+│                   ├── htmlview.js
+│                   └── rpc.js
 ├── Makefile
 ├── po
-│   ├── templates
-│   │   └── example.pot
+│   ├── templates
+│   │   └── example.pot
 ├── README.md
 └── root
     ├── etc
-    │   ├── luci.example.yaml
-    │   └── uci-defaults
-    │       └── 80_example
+    │   ├── luci.example.yaml
+    │   └── uci-defaults
+    │       └── 80_example
     └── usr
         ├── libexec
-        │   └── rpcd
-        │       └── luci.example
+        │   └── rpcd
+        │       └── luci.example
         └── share
             ├── luci
-            │   └── menu.d
-            │       └── luci-app-example.json
+            │   └── menu.d
+            │       └── luci-app-example.json
             └── rpcd
                 └── acl.d
                     └── luci-app-example.json