Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
38c082f6
Commit
38c082f6
authored
Nov 25, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html/template: fix documentation indent
R=nigeltao CC=golang-dev
https://golang.org/cl/5437061
parent
49dfaad8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/pkg/html/template/content.go
src/pkg/html/template/content.go
+6
-6
No files found.
src/pkg/html/template/content.go
View file @
38c082f6
...
...
@@ -12,10 +12,10 @@ import (
// Strings of content from a trusted source.
type
(
// CSS encapsulates known safe content that matches any of:
//
(1)
The CSS3 stylesheet production, such as `p { color: purple }`.
//
(2)
The CSS3 rule production, such as `a[href=~"https:"].foo#bar`.
//
(3)
CSS3 declaration productions, such as `color: red; margin: 2px`.
//
(4)
The CSS3 value production, such as `rgba(0, 0, 255, 127)`.
//
1.
The CSS3 stylesheet production, such as `p { color: purple }`.
//
2.
The CSS3 rule production, such as `a[href=~"https:"].foo#bar`.
//
3.
CSS3 declaration productions, such as `color: red; margin: 2px`.
//
4.
The CSS3 value production, such as `rgba(0, 0, 255, 127)`.
// See http://www.w3.org/TR/css3-syntax/#style
CSS
string
...
...
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