summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-07-28 14:23:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-28 14:23:16 -0700
commitb1bb7180ec3446208ea717d96f6a507ea9955a13 (patch)
treeb729cb871251aa025918b0e0ea04e4701295f548 /docs
parent6d0fec2de3601821f4f44eeb7d7deedebb2b7117 (diff)
parent3bf5c4cd30f8bd598842d8ded5f1655406b5c27a (diff)
downloadframeworks_base-b1bb7180ec3446208ea717d96f6a507ea9955a13.zip
frameworks_base-b1bb7180ec3446208ea717d96f6a507ea9955a13.tar.gz
frameworks_base-b1bb7180ec3446208ea717d96f6a507ea9955a13.tar.bz2
am 3bf5c4cd: Merge "fix markup error bug:2871538" into froyo
Merge commit '3bf5c4cd30f8bd598842d8ded5f1655406b5c27a' into gingerbread * commit '3bf5c4cd30f8bd598842d8ded5f1655406b5c27a': fix markup error
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>