OSDN Git Service

fix markup error
authorScott Main <smain@google.com>
Wed, 28 Jul 2010 21:14:40 +0000 (14:14 -0700)
committerScott Main <smain@google.com>
Wed, 28 Jul 2010 21:15:26 +0000 (14:15 -0700)
bug:2871538

Change-Id: I7ab4a9bb722ee8b3e5d740f79143776be8b56a6f

docs/html/guide/practices/ui_guidelines/activity_task_design.jd

index 05f61be..c8d241c 100644 (file)
@@ -256,8 +256,8 @@ page.title=Activity and Task Design Guidelines
   to be able go to a subsequent screen B and then use the BACK key to go
   back to screen A, then the screen A needs to be implemented as an
   activity. The one exception to this rule is if your application 
-  <a href=#taking_over_back_key title="takes control of the BACK key"
-  takes control of the BACK key</a> and manages the navigation itself.
+  <a href="#taking_over_back_key">takes control of the BACK key</a> and manages the navigation
+itself.
 </p>