Skip to content

Commit

Permalink
SCDoc: extension plaque: add title text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ho committed Dec 2, 2016
1 parent 0702cd6 commit e6566ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCClassLibrary/SCDoc/SCDocRenderer.sc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ SCDocHTMLRenderer {
};
if(doc.isExtension) {
stream
<< "<div class='extension-indicator-ctr'>"
<< "<div class='extension-indicator-ctr' title='This help file originates from a third-party quark or plugin for SuperCollider.'>"
<< "<img class='extension-indicator-icon' alt='Extension' src='" << baseDir << "/images/plugin.png'>"
<< "<span class='extension-indicator-text'>Extension</span>"
<< "</div>";
Expand Down

0 comments on commit e6566ce

Please sign in to comment.