diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-12 00:00:49 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-12 00:00:49 +0000 |
commit | 9fc68abf70747a4a4e78a3a43945b40a69de5d32 (patch) | |
tree | ad9034d5a12a1cc2e8b99e1209f2e69201a668e1 | |
parent | c9a47f1f3488049cb639856e11214118de61e0c3 (diff) | |
download | netpbm-mirror-9fc68abf70747a4a4e78a3a43945b40a69de5d32.tar.gz netpbm-mirror-9fc68abf70747a4a4e78a3a43945b40a69de5d32.tar.xz netpbm-mirror-9fc68abf70747a4a4e78a3a43945b40a69de5d32.zip |
Remove <tt> - doesn't exist in HTML5
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3896 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pbm.html | 4 | ||||
-rw-r--r-- | pgm.html | 4 | ||||
-rw-r--r-- | pnm.html | 2 | ||||
-rw-r--r-- | ppm.html | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/pbm.html b/pbm.html index 9cd77aba..89f998f0 100644 --- a/pbm.html +++ b/pbm.html @@ -148,10 +148,10 @@ accepting anything that looks remotely like a bitmap. <h2 id="internetmediatype">INTERNET MEDIA TYPE</h2> <p>No Internet Media Type (aka MIME type, content type) for PBM has been -registered with IANA, but the value <tt>image/x-portable-bitmap</tt> +registered with IANA, but the value <code>image/x-portable-bitmap</code> is conventional. -<p>Note that the PNM Internet Media Type <tt>image/x-portable-anymap</tt> +<p>Note that the PNM Internet Media Type <code>image/x-portable-anymap</code> also applies. diff --git a/pgm.html b/pgm.html index 948645e4..f02a67a9 100644 --- a/pgm.html +++ b/pgm.html @@ -172,10 +172,10 @@ accepting anything that looks remotely like a PGM. <h2 id="internetmediatype">INTERNET MEDIA TYPE</h2> <p>No Internet Media Type (aka MIME type, content type) for PGM has been -registered with IANA, but the value <tt>image/x-portable-graymap</tt> +registered with IANA, but the value <code>image/x-portable-graymap</code> is conventional. -<p>Note that the PNM Internet Media Type <tt>image/x-portable-anymap</tt> +<p>Note that the PNM Internet Media Type <code>image/x-portable-anymap</code> also applies. diff --git a/pnm.html b/pnm.html index 90952b2e..54d3c59b 100644 --- a/pnm.html +++ b/pnm.html @@ -46,7 +46,7 @@ related to the PNM format. <h2 id="internetmediatype">INTERNET MEDIA TYPE</h2> <p>No Internet Media Type (aka MIME type, content type) for PNM has been -registered with the IANA, but the value <tt>image/x-portable-anymap</tt> +registered with the IANA, but the value <code>image/x-portable-anymap</code> is conventional. <p>Note that there are also conventional Internet Media Types for each of the diff --git a/ppm.html b/ppm.html index ca695e14..b447277f 100644 --- a/ppm.html +++ b/ppm.html @@ -172,10 +172,10 @@ accepting anything that looks remotely like a PPM image. <h2 id="internetmediatype">INTERNET MEDIA TYPE</h2> <p>No Internet Media Type (aka MIME type, content type) for PPM has been -registered with IANA, but the value <tt>image/x-portable-pixmap</tt> is +registered with IANA, but the value <code>image/x-portable-pixmap</code> is conventional. -<p>Note that the PNM Internet Media Type <tt>image/x-portable-anymap</tt> +<p>Note that the PNM Internet Media Type <code>image/x-portable-anymap</code> also applies. |