diff --git a/ci/dox.sh b/ci/dox.sh index 6edcb159..88d882dc 100644 --- a/ci/dox.sh +++ b/ci/dox.sh @@ -19,7 +19,7 @@ for target in $TARGETS; do rustdoc -o target/doc/$target --target $target src/lib.rs --cfg dox \ --crate-name libc - echo "
  • $target
  • " \ + echo "
  • $target
  • " \ >> target/doc/index.html done