summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-03-26 22:12:39 +0000
committerAlexander Levin <al.le@rockbox.org>2010-03-26 22:12:39 +0000
commitac00d2605a72fddf7a1ce73923cfeda52c20fec7 (patch)
tree392d1bc49cfd8836f1838d88e4d6e216d6a4bb02
parent24acd93c6d031409eb511805607811268fd0360c (diff)
downloadrockbox-ac00d2605a72fddf7a1ce73923cfeda52c20fec7.tar.gz
rockbox-ac00d2605a72fddf7a1ce73923cfeda52c20fec7.zip
Correct quotation marks; simplify the viewport display example
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25347 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 802ac146ca..ca3fb3f05d 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -48,9 +48,9 @@ show the information for the next song to be played.
48 [height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}} 48 [height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}}
49 & (see section \ref{ref:Viewports})\\} 49 & (see section \ref{ref:Viewports})\\}
50 50
51 \config{\%Vd'identifier'} & Display the 'identifier' viewport. E.g. 51 \config{\%Vd'identifier'} & Display the `identifier' viewport. E.g.
52 \config{\%?C{\textless}\%C\%Vda{\textbar}\%Vdb{\textgreater}} 52 \config{\%?C{\textless}\%Vda{\textbar}\%Vdb{\textgreater}}
53 will show viewport 'a' if album art is found, and 'b' if it isn't.\\ 53 will show viewport `a' if album art is found, and `b' if it isn't.\\
54 \end{tagmap} 54 \end{tagmap}
55} 55}
56 56