From dd20db9815f67438d456efd141bde2493ccafa2b Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 15 Mar 2007 16:48:00 +0000 Subject: [PATCH] * Close quotes for suffix attribute. --- DocPrototype/list.skin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DocPrototype/list.skin b/DocPrototype/list.skin index 55620dac..0225a667 100644 --- a/DocPrototype/list.skin +++ b/DocPrototype/list.skin @@ -3,8 +3,8 @@ <% this.inheritance deep="true" hopobject="true" action="main" target="main" onClick="parent.changePrototypeList(this);" separator=", " prefix="extends: " suffix="
" %>
-<% this.methods filter="actions" skin="asListItem" prefix="

Actions:
" suffix="

%> -<% this.methods filter="functions" skin="asListItem" prefix="

Functions:
" suffix="

%> -<% this.methods filter="macros" skin="asListItem" prefix="

Macros:
" suffix="

%> -<% this.methods filter="skins" skin="asListItem" prefix="

Skins:
" suffix="

%> +<% this.methods filter="actions" skin="asListItem" prefix="

Actions:
" suffix="

" %> +<% this.methods filter="functions" skin="asListItem" prefix="

Functions:
" suffix="

" %> +<% this.methods filter="macros" skin="asListItem" prefix="

Macros:
" suffix="

" %> +<% this.methods filter="skins" skin="asListItem" prefix="

Skins:
" suffix="

" %>