two formatting fixes
This commit is contained in:
parent
428b1ab1ef
commit
1f9846f157
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<h3>Prototype <a href="<% this.href action="main" %>" target="main"><% this.name %></a></h3>
|
||||
<big>Prototype <a href="<% this.href action="main" %>" target="main"><% this.name %></a></big><br/>
|
||||
<% this.inheritance action="list" %>
|
||||
<% this.inheritance deep="true" hopobject="true" action="main" target="main" onClick="parent.changePrototypeList(this);" separator=", " prefix="extends: " suffix="<br>" %><br>
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ function typeProperties_macro (param) {
|
|||
// look up in mappings table if line matches:
|
||||
for (var e = mappings.keys (); e.hasMoreElements (); ) {
|
||||
var key = e.nextElement ();
|
||||
var reg = new RegExp ('^' + key + '\\W');
|
||||
var reg = new RegExp ('^' + key + '\\s');
|
||||
if (arr[i].match (reg)) {
|
||||
// it matched, wrap line in a link to that prototype:
|
||||
var docProtoObj = this.getApplication ().getPrototype (mappings.getProperty (key));
|
||||
|
|
Loading…
Add table
Reference in a new issue