diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-08-21 14:37:23 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-08-21 17:20:10 +0200 |
commit | f1c780ceb995cc0f9154f77d99cc449fced0c679 (patch) | |
tree | 8ab192fae4a18c941ad54a710a3e04a8075466e2 /docs/android-build-viewer.html | |
parent | fdec171ce5b182914fa2f0a8a6e1fbb578ed21b3 (diff) | |
download | mupdf-f1c780ceb995cc0f9154f77d99cc449fced0c679.tar.xz |
Fix HTML entities in docs.
Diffstat (limited to 'docs/android-build-viewer.html')
-rw-r--r-- | docs/android-build-viewer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/android-build-viewer.html b/docs/android-build-viewer.html index af7387a1..1ee75740 100644 --- a/docs/android-build-viewer.html +++ b/docs/android-build-viewer.html @@ -88,7 +88,7 @@ Use the x86 ABI for best emulator performance. Then launch the emulator, or connect a device with USB debugging enabled: <pre> -$ emulator -avd MyVirtualDevice & +$ emulator -avd MyVirtualDevice & </pre> <p> |