fix dropped characters

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-10-25 22:12:25 +00:00
parent 6dfd6bd8c1
commit 0642451446

View file

@ -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.