From bea3462f56e589ac95619c865cb4d89efe554d13 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 9 Mar 2009 19:41:45 +0000 Subject: fix html warnings. unclosed monotags git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 7867f8001..f1d8c31af 100644 --- a/ws.php +++ b/ws.php @@ -69,8 +69,8 @@ function ws_addDefaultMethods( $arr ) 'f_with_thumbnail' => array( 'default'=> false ), ), 'Returns elements for the corresponding categories. -
cat_id can be empty if recursive is true. Can be sent as an array. -
order comma separated fields for sorting (file,id, average_rate,...)' +
cat_id can be empty if recursive is true. Can be sent as an array. +
order comma separated fields for sorting (file,id, average_rate,...)' ); $service->addMethod('pwg.categories.getList', 'ws_categories_getList', @@ -195,7 +195,7 @@ function ws_addDefaultMethods( $arr ) ), ), 'POST method only. -
categories is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.' +
categories is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.' ); $service->addMethod( @@ -258,7 +258,7 @@ function ws_addDefaultMethods( $arr ) ), ), 'POST method only. Admin only -
categories is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.' +
categories is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.' ); } -- cgit v1.2.3