-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indent example templates with spaces.
- Loading branch information
Jukka Svahn
committed
Mar 19, 2014
1 parent
4325a07
commit 952d54a
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
body { | ||
background: #fff; | ||
color: #000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>My Example Page</title> | ||
<meta charset="utf-8" /> | ||
<title>My Example Page</title> | ||
</head> | ||
<body> | ||
<p>This is a example page, and that there below is a form attached to this page.</p> | ||
<txp:output_form form="example_form"> | ||
Hello there. | ||
</txp:output_form> | ||
<p>This is a example page, and that there below is a form attached to this page.</p> | ||
<txp:output_form form="example_form"> | ||
Hello there. | ||
</txp:output_form> | ||
</body> | ||
</html> |