Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
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
abdullh.alsoleman
Front-End
Commits
de938e50
Unverified
Commit
de938e50
authored
Aug 11, 2022
by
Ian Hickson
Committed by
GitHub
Aug 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HTML in skeletons (ampersands must be escaped) (#109360)
parent
9ad052a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dartpad-sample.html
dev/snippets/config/skeletons/dartpad-sample.html
+1
-1
No files found.
dev/snippets/config/skeletons/dartpad-sample.html
View file @
de938e50
...
...
@@ -11,7 +11,7 @@
<div
class=
"snippet-container"
>
<div
class=
"snippet"
id=
"longSnippet{{serial}}"
>
{{description}}
<iframe
class=
"snippet-dartpad"
src=
"https://dartpad.dev/embed-flutter.html?split=60&
run=true&null_safety=true&sample_id={{id}}&
sample_channel={{channel}}"
></iframe>
<iframe
class=
"snippet-dartpad"
src=
"https://dartpad.dev/embed-flutter.html?split=60&
amp;run=true&null_safety=true&sample_id={{id}}&
sample_channel={{channel}}"
></iframe>
<div
class=
"snippet-description"
>
To create a local project with this code sample, run:
<br/>
<span
class=
"snippet-create-command"
>
flutter create --sample={{id}} mysample
</span>
</div>
...
...
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