summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixelma <pixelma@rockbox.org>2012-03-02 21:46:53 +0100
committerpixelma <pixelma@rockbox.org>2012-03-05 09:04:58 +0100
commit4601a8b44a2aad323b7c805228fcade2333c95dd (patch)
tree2b72965474b7856f1f21552f5974d46cebcd0fc2
parentd18a5cad7f002b2f67385e57118048ea3db185a6 (diff)
downloadrockbox-4601a8b44a2aad323b7c805228fcade2333c95dd.tar.gz
rockbox-4601a8b44a2aad323b7c805228fcade2333c95dd.zip
Manual: Fix misaligment in the 'Images' theme tags table.
Commit 1c1e1c0 replaced one \newline with a \\ which means starting a complete new table row instead of keeping the linebreak within a cell, so put it back. Change-Id: I6962ff8fe2d1f18bd3d85398a7373b3df0634c50
-rw-r--r--manual/appendix/wps_tags.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 298b798354..f68bd70f37 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -381,7 +381,7 @@ Examples:
381 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline 381 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline
382 If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline 382 If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline
383 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline 383 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline
384 \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\\ 384 \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\newline
385 \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height) 385 \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height)
386 contained in the bitmap. Default is 1.\\ 386 contained in the bitmap. Default is 1.\\
387 \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image. 387 \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image.