diff options
-rw-r--r-- | docs/xml/using.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 27f745df5..75932c19d 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -584,6 +584,12 @@ reverse order and edit the referring file so that they point to the attached files. This way, the test case works immediately out of the bug. + </para> + <para>Bugzilla stores and uses a Content-Type for each attachment + (e.g. text/html). To download an attachment as a different + Content-Type (e.g. application/xhtml+xml), you can override this + using a 'content-type' parameter on the URL, e.g. + <filename>&content-type=text/plain</filename>. </para> </section> </section> |