Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fixing nested single quotes. Reverted to escaped nested doubles aroun…
Browse files Browse the repository at this point in the history
…d single.
  • Loading branch information
JonathanWolfe committed Jul 9, 2012
1 parent 419c09d commit a305af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveDevelopment/Inspector/jsdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def writeTOC
write "<section id='toc' class='domain'>", "<h1>Table of Contents</h1>"
@in["domains"].each do |info|
domain = info["domain"]
write "<h3><a href='##{info['domain']}'>#{info['domain']}</a></h3>"
write "<h3><a href=\"##{info['domain']}\">#{info['domain']}</a></h3>"
writeTOCDomain info
end
write "</section>"
Expand Down

0 comments on commit a305af3

Please sign in to comment.