Skip to content

Commit a831a59

Browse files
authored
Fix semicolon
1 parent 2a0b999 commit a831a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/fulldoc/html/frames.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title><%= options.title %></title>
66
</head>
77
<script type="text/javascript">
8-
var mainUrl = '<%= url_for_main %>'
8+
var mainUrl = '<%= url_for_main %>';
99
try {
1010
var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/);
1111
var name = match ? match[1] : mainUrl;

0 commit comments

Comments
 (0)