diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-05-18 10:27:22 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-05-18 10:27:22 +0000 |
| commit | 9fea31440b86d002ff8f11eb2578ea324f745c6d (patch) | |
| tree | 0fb68bf3db7290700af8541ceb6cb847d0758d85 | |
| parent | 436a3a3cf7a703bdf10eed450c8cb7ddac3ff0b4 (diff) | |
| download | lasso-9fea31440b86d002ff8f11eb2578ea324f745c6d.tar.gz lasso-9fea31440b86d002ff8f11eb2578ea324f745c6d.tar.xz lasso-9fea31440b86d002ff8f11eb2578ea324f745c6d.zip | |
fixed docstring to use entities for < and >
| -rw-r--r-- | lasso/id-ff/provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-ff/provider.c b/lasso/id-ff/provider.c index d859bf3d..bee803a4 100644 --- a/lasso/id-ff/provider.c +++ b/lasso/id-ff/provider.c @@ -310,9 +310,9 @@ lasso_provider_get_base64_succinct_id(LassoProvider *provider) * lasso_provider_get_organization * @provider: a #LassoProvider * - * Returns the provider metadata <Organization> XML node. + * Returns the provider metadata <Organization> XML node. * - * Return value: the <Organization/> node (libxml2 xmlNode*); or NULL if it is + * Return value: the <Organization/> node (libxml2 xmlNode*); or NULL if it is * not found. This xmlnode must be freed by the caller. **/ xmlNode* |
