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
65f03db6
Commit
65f03db6
authored
Aug 16, 2016
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turn off escaping for aria-describedby attribute
parent
f12e289a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/lib/capa/capa/templates/formulaequationinput.html
+1
-1
common/lib/capa/capa/templates/textline.html
+1
-1
No files found.
common/lib/capa/capa/templates/formulaequationinput.html
View file @
65f03db6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"${status.classname}"
id=
"status_${id}"
>
<div
class=
"${status.classname}"
id=
"status_${id}"
>
<input
type=
"text"
name=
"input_${id}"
id=
"input_${id}"
<input
type=
"text"
name=
"input_${id}"
id=
"input_${id}"
data-input-id=
"${id}"
value=
"${value}"
data-input-id=
"${id}"
value=
"${value}"
${
describedby
}
${
describedby
|
n
}
%
if
size:
%
if
size:
size=
"${size}"
size=
"${size}"
%
endif
%
endif
...
...
common/lib/capa/capa/templates/textline.html
View file @
65f03db6
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
% for description_id, description_text in response_data['descriptions'].items():
% for description_id, description_text in response_data['descriptions'].items():
<p
class=
"question-description"
id=
"${description_id}"
>
${description_text}
</p>
<p
class=
"question-description"
id=
"${description_id}"
>
${description_text}
</p>
% endfor
% endfor
<input
type=
"text"
name=
"input_${id}"
id=
"input_${id}"
${
describedby
}
value=
"${value}"
<input
type=
"text"
name=
"input_${id}"
id=
"input_${id}"
${
describedby
|
n
}
value=
"${value}"
%
if
do_math:
%
if
do_math:
class=
"math"
class=
"math"
%
endif
%
endif
...
...
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