fix dropped characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6dfd6bd8c1
commit
0642451446
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ For tags with multiple values, like Play status, the conditional can hold a
|
|||
list of alternatives, one for each value the tag can have.
|
||||
Example enumeration:
|
||||
\begin{example}
|
||||
\%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
|
||||
\%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
|
||||
\end{example}
|
||||
|
||||
The last else part is optional, and will be displayed if the tag has no value.
|
||||
|
|
Loading…
Reference in a new issue