2009-12-08
2009-12-08 20:38:45 by Jonas Wallden <jonasw@roxen.com>
-
97bb93f82f32f865f90c36392a475992e8dbe398
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Typo fixes.
Rev: server/modules/graphics/cimg.pike:1.87
Rev: server/modules/tags/vform.pike:1.57
7:
roxen.ImageCache the_cache;
- constant cvs_version = "$Id: cimg.pike,v 1.86 2009/12/01 18:06:38 grubba Exp $";
+ constant cvs_version = "$Id: cimg.pike,v 1.87 2009/12/08 20:38:43 jonasw Exp $";
constant module_type = MODULE_TAG;
constant module_name = "Graphics: Image converter";
constant module_doc = "Provides the tag <tt><cimg></tt> that can be used "
43: Inside #if defined(manual)
Append the filename value to the path. Recommended is not to append file suffix
to the filename since there are settings for handling that automatically through
this module settings.
- </p><p>This is usefull if you want to have images indexed, since many search engines
+ </p><p>This is useful if you want to have images indexed, since many search engines
uses the filename as a description of the image.</p>
<ex><cimg-url src='/internal-roxen-testimage' filename='Roxen Test Image'/></ex>
</attr>