From 0642451446f3bbaae53948f5fa41485177e3f35e Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Wed, 25 Oct 2006 22:12:25 +0000 Subject: [PATCH] fix dropped characters git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11347 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 8c3d8a5cd7..5b12ef7033 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -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.