File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/server/sonicpi/lib/sonicpi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def docs_html_map
6666 html << v [ :doc ] << "\n </p>\n "
6767 html << "<p><font size=\" 3\" , #{ hv_face } >\n "
6868 html << "<span style=\" color:white;background-color:darkorange;\" >"
69- html << "Introduced in v " << v [ :introduced ] . to_s << "\n </span></p>\n "
69+ html << "Introduced in " << v [ :introduced ] . to_s << "\n </span></p>\n "
7070
7171 html << "<table cellpadding=\" 8\" >\n "
7272 html << " <tr>\n <th></th><th></th><th></th>\n </tr>\n "
Original file line number Diff line number Diff line change @@ -3850,7 +3850,7 @@ def self.info_doc_html_map(klass)
38503850
38513851 doc << "<p><font size=\" 3\" , #{ hv_face } >\n "
38523852 doc << "<span style=\" color:white;background-color:darkorange;\" >"
3853- doc << "Introduced in v " << v . introduced . to_s << "\n </span></p>\n "
3853+ doc << "Introduced in " << v . introduced . to_s << "\n </span></p>\n "
38543854
38553855 doc << "<table cellpadding=\" 8\" >\n "
38563856 doc << "<tr><th></th><th></th></tr>\n "
You can’t perform that action at this time.
0 commit comments