OSDN Git Service

Fix closing tag in docs.
authorBrad Fitzpatrick <bradfitz@android.com>
Fri, 27 Aug 2010 18:11:24 +0000 (11:11 -0700)
committerBrad Fitzpatrick <bradfitz@android.com>
Fri, 27 Aug 2010 18:22:50 +0000 (11:22 -0700)
BUG=2956223

Change-Id: I0772d0b5386a783762319064c13d567c124da394

docs/html/guide/topics/providers/content-providers.jd

index 30f8d8c..da4e7a1 100644 (file)
@@ -779,7 +779,7 @@ Use the {@link android.net.Uri Uri} methods to help determine what is being
 requested.  Here is the general format for each type:</p></li>
 
 <ul>
-<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em}</p> 
+<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em>}</p>
 
 <p>For example, a request for train record 122, like this URI,</p>
 <p style="margin-left: 2em">{@code content://com.example.transportationprovider/trains/122}</p>