diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-23 02:15:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-23 02:15:50 (EDT) |
commit | 03dd08993d930d9d4538a8f2752be9c241e9d05b (patch) | |
tree | ef1973032abf54b4fc02de71f323e8e13b9c3c71 | |
parent | e88faa7efb1862843a58682fd5da6c4c980236c3 (diff) |
Fix </li> tag.
-rwxr-xr-x | dev/todo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/todo.html b/dev/todo.html index 9d6c3fa..a6fd748 100755 --- a/dev/todo.html +++ b/dev/todo.html @@ -124,6 +124,6 @@ <li>Modify opkg to dynamically link against libbusybox.</li> <li>Add <code>Build-Depends</code> and <code>Depends</code> fields to the <code>opkg</code> source package.</li> <li>Investigate API and ABI stability of libbusybox. This may require coordination with BusyBox developers.</li> - <li>Look at each patch in opkg against libbb. If it's still useful in newer versions, then refresh it, apply it to the <code>busybox</code> source package, and forward it upstream to BusyBox.<li> + <li>Look at each patch in opkg against libbb. If it's still useful in newer versions, then refresh it, apply it to the <code>busybox</code> source package, and forward it upstream to BusyBox.</li> </ul> <!--#include virtual="../includes/footer.html" --> |