From b2202a3d7cce23c20192c1b62cf2f934f78f61df Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 27 Mar 2012 23:42:00 +1100 Subject: skin_engine: Allow negative numbers for the start offset in %ss i.e %ss(-1, -, %ia) will get the last letter in the %ia tag Change-Id: I6b2764d30c072b549e7424fc6e847ec48850b46a --- manual/appendix/wps_tags.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/appendix') diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 4aa9472e74..51f10e9a32 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -766,7 +766,7 @@ a horizontal progressbar which doesn't fill and draws the image \end{tagmap} Use this tag to get a substring from another tag. \begin{description} - \item[start] -- first character to take (0 being the start of the string) + \item[start] -- first character to take (0 being the start of the string, negative means from the end of the string) \item[length] -- length of the substring to return (- for the rest of the string) \item[tag] -- tag to get \item[number] -- OPTIONAL. if this is present it will assume the -- cgit v1.2.3