Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4dd265a3
Commit
4dd265a3
authored
Dec 31, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
target="_blank" should not be translated
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target
parent
20c356bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/templates/widgets/header.html
+2
-2
No files found.
cms/templates/widgets/header.html
View file @
4dd265a3
...
...
@@ -135,7 +135,7 @@
<h2
class=
"sr"
>
${_("Help
&
Account Navigation")}
</h2>
<ol>
<li
class=
"nav-item nav-account-help"
>
<h3
class=
"title"
><span
class=
"label"
><a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"
${_("
_blank
")}
"
>
${_("Help")}
</a></span></h3>
<h3
class=
"title"
><span
class=
"label"
><a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"
_blank
"
>
${_("Help")}
</a></span></h3>
</li>
<li
class=
"nav-item nav-account-user"
>
...
...
@@ -162,7 +162,7 @@
<h2
class=
"sr"
>
${_("You're not currently signed in")}
</h2>
<ol>
<li
class=
"nav-item nav-not-signedin-help"
>
<a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"
${_("
_blank
")}
"
>
${_("Help")}
</a>
<a
href=
"${get_online_help_info(online_help_token)['doc_url']}"
title=
"${_("
Contextual
Online
Help
")}"
target=
"
_blank
"
>
${_("Help")}
</a>
</li>
<li
class=
"nav-item nav-not-signedin-signup"
>
<a
class=
"action action-signup"
href=
"${reverse('signup')}"
>
${_("Sign Up")}
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment