aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-HTML-SuperForm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-Template-Plugin-HTML-SuperForm
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415500
Diffstat (limited to 'textproc/p5-Template-Plugin-HTML-SuperForm')
-rw-r--r--textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr b/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
index 951779d62390..bfea46d68e5f 100644
--- a/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
+++ b/textproc/p5-Template-Plugin-HTML-SuperForm/pkg-descr
@@ -1,7 +1,7 @@
-This is an interface into HTML::SuperForm through the Template Toolkit. When
-created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
-Template's stash is searched for an Apache object or a CGI object to pass to
+This is an interface into HTML::SuperForm through the Template Toolkit. When
+created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
+Template's stash is searched for an Apache object or a CGI object to pass to
HTML::SuperForm's constructor.
-When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
+When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
the arguments are passed to HTML::SuperForm's constructor.