Skip to content

Commit 10a56a6

Browse files
authored
Merge pull request #73 from pahjbo/master
close up some missing curly braces
2 parents 326418e + 40d4ab7 commit 10a56a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

VOTable.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ \subsection{\elem{TABLEDATA} Serialization}
15151515
then the item is assumed to contain no data.
15161516
Valid representations of values in a cell, depending on their
15171517
\attr{datatype}, are detailed in \Aref{sec:datatypes}.
1518-
If the {\elem{TD}} element is empty ({\verb|<TD/>| or \verb|<TD></TD>|)
1518+
If the {\elem{TD}} element is empty ({\verb|<TD/>| or \verb|<TD></TD>|})
15191519
the cell is considered to contain no data, i.e.\ to be null.
15201520

15211521
If a cell contains an array of numbers or a complex number,
@@ -2164,13 +2164,13 @@ \section{MIME Type}
21642164

21652165
In the HTTP protocol (RFC 2616), the MIME type is the value specified by the
21662166
{\textsf{Content-Type:}} header. The recommended MIME type describing
2167-
a VOTable document is {\literalvalue{\textsf{application/x-votable+xml}}:
2167+
a VOTable document is {\literalvalue{\textsf{application/x-votable+xml}}}:
21682168
the {\bf x-} prefix indicates an experimental type, and
21692169
is required for non-registered media types; and the
21702170
{\bf+xml} suffix (defined by RFC 3023 section 7)
21712171
indicates that the type describes a specialization of XML.
21722172
This type may be accompanied by an optional parameter
2173-
{\literalvalue{\textsf{serialization}}
2173+
{\literalvalue{\textsf{serialization}}}
21742174
with a value specifying the serialization type used for table data within the
21752175
document, one of TABLEDATA, FITS, BINARY or BINARY2,
21762176
interpreted case-insensitively.

0 commit comments

Comments
 (0)