From 4601a8b44a2aad323b7c805228fcade2333c95dd Mon Sep 17 00:00:00 2001 From: pixelma Date: Fri, 2 Mar 2012 21:46:53 +0100 Subject: 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 --- manual/appendix/wps_tags.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 298b798..f68bd70 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -381,7 +381,7 @@ Examples: \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline - \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\\ + \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\newline \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height) contained in the bitmap. Default is 1.\\ \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image. -- cgit v1.1