summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-07-28 14:14:40 -0700
committerScott Main <smain@google.com>2010-07-28 14:15:26 -0700
commit8a52f3d6836aec401034a6afa9443e68f7fde662 (patch)
tree5de6c1f02f5a99601f664eccf6fa1ce43d918aea /docs
parent86c035f0d176be9cb06b1e4f2390c25701417586 (diff)
downloadframeworks_base-8a52f3d6836aec401034a6afa9443e68f7fde662.zip
frameworks_base-8a52f3d6836aec401034a6afa9443e68f7fde662.tar.gz
frameworks_base-8a52f3d6836aec401034a6afa9443e68f7fde662.tar.bz2
fix markup error
bug:2871538 Change-Id: I7ab4a9bb722ee8b3e5d740f79143776be8b56a6f
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/practices/ui_guidelines/activity_task_design.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
index 05f61be..c8d241c 100644
--- a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
+++ b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd
@@ -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>