Skip to content

Commit f84b647

Browse files
committed
Merge pull request #163 from scys77/fix_required_style
fix required css style
2 parents a31741f + 4f07d9d commit f84b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rspec_api_documentation/html_example.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>{{resource_name}} API</title>
55
<meta charset="utf-8">
66
<style>
7-
{{ styles }}
7+
{{{ styles }}}
88
</style>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)