From 845fc63e2a76e787e8a86bbea589ba2289d87e59 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 7 Nov 2012 04:41:17 -0800 Subject: [PATCH] Issue #1811510 follow-up by scor: Small docs fix. --- core/modules/jsonld/jsonld.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/jsonld/jsonld.module b/core/modules/jsonld/jsonld.module index 43410fd6614..b839e88bf69 100644 --- a/core/modules/jsonld/jsonld.module +++ b/core/modules/jsonld/jsonld.module @@ -12,7 +12,7 @@ function jsonld_help($path, $args) { switch ($path) { case 'admin/help#jsonld': $output = ''; - $output .= '

' . t('The JSON-LD module serializes entities to the JSON-LD data format. To request JSON-LD instead of HTML, a client should add an Accept header to the request. This module will respond with JSON-LD if the Accept header value is one of the following: application/ld_json, which returns an easy-to-use data structure which is compatible with many external schemas, and application/vnd.drupal.ld+json, which is more expressive and is appropriate for content staging.', array( + $output .= '

' . t('The JSON-LD module serializes entities to the JSON-LD data format. To request JSON-LD instead of HTML, a client should add an Accept header to the request. This module will respond with JSON-LD if the Accept header value is one of the following: application/ld+json, which returns an easy-to-use data structure which is compatible with many external schemas, and application/vnd.drupal.ld+json, which is more expressive and is appropriate for content staging.', array( '@jsonld_org' => 'http://json-ld.org/', )) . '

'; return $output;