From 322d174e16aa7fb354631ff02bafdf799ffa878b Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 8 Dec 2014 13:01:09 -0500 Subject: [PATCH] Fixes broken link in modules --- server/documents/elements/image.html.eco | 2 +- server/documents/index.html.eco | 2 +- server/documents/modules/dimmer.html.eco | 2 +- server/documents/modules/dropdown.html.eco | 2 +- server/documents/modules/modal.html.eco | 2 +- server/documents/modules/popup.html.eco | 2 +- server/documents/modules/rating.html.eco | 2 +- server/documents/modules/shape.html.eco | 2 +- server/documents/modules/sidebar.html.eco | 2 +- server/documents/modules/tab.html.eco | 2 +- server/documents/modules/transition.html.eco | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/server/documents/elements/image.html.eco b/server/documents/elements/image.html.eco index 3fed94f6c..2e0ecc83e 100755 --- a/server/documents/elements/image.html.eco +++ b/server/documents/elements/image.html.eco @@ -53,7 +53,7 @@ themes : ['Default']
-

Bordered

+

Bordered

search.htmlec.s

An image may include a border to emphasize the edges of white or transparent content

diff --git a/server/documents/index.html.eco b/server/documents/index.html.eco index 371c0a1aa..4ecd7b5d1 100755 --- a/server/documents/index.html.eco +++ b/server/documents/index.html.eco @@ -807,7 +807,7 @@ css : 'index'

- Progress + Progress

diff --git a/server/documents/modules/dimmer.html.eco b/server/documents/modules/dimmer.html.eco index 899cbb8c3..12a6e56ed 100755 --- a/server/documents/modules/dimmer.html.eco +++ b/server/documents/modules/dimmer.html.eco @@ -260,7 +260,7 @@ themes : ['Default']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

Behaviors must be called on the same content which you originally initialize the dimmer, whether it is the dimmable context, or the ui dimmer diff --git a/server/documents/modules/dropdown.html.eco b/server/documents/modules/dropdown.html.eco index a29d2843e..fcef49627 100755 --- a/server/documents/modules/dropdown.html.eco +++ b/server/documents/modules/dropdown.html.eco @@ -1594,7 +1594,7 @@ themes : ['Default']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.your.element') .dropdown('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/modal.html.eco b/server/documents/modules/modal.html.eco index 59fe01db8..cc364ebdd 100755 --- a/server/documents/modules/modal.html.eco +++ b/server/documents/modules/modal.html.eco @@ -479,7 +479,7 @@ themes : ['Default', 'Material', 'Fixed-width']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.ui.modal') .modal('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/popup.html.eco b/server/documents/modules/popup.html.eco index 8bfc7303e..93593c159 100755 --- a/server/documents/modules/popup.html.eco +++ b/server/documents/modules/popup.html.eco @@ -255,7 +255,7 @@ themes : ['Default']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.your.element') .popup('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/rating.html.eco b/server/documents/modules/rating.html.eco index 3c0195a06..107d92ee0 100755 --- a/server/documents/modules/rating.html.eco +++ b/server/documents/modules/rating.html.eco @@ -180,7 +180,7 @@ themes : ['Default']

Behaviors

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.ui.rating') .modal('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/shape.html.eco b/server/documents/modules/shape.html.eco index 08d0832b8..00bc5bf5d 100755 --- a/server/documents/modules/shape.html.eco +++ b/server/documents/modules/shape.html.eco @@ -336,7 +336,7 @@ themes : ['default']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.your.element') .shape('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/sidebar.html.eco b/server/documents/modules/sidebar.html.eco index 682dc0f41..36556f2e9 100755 --- a/server/documents/modules/sidebar.html.eco +++ b/server/documents/modules/sidebar.html.eco @@ -309,7 +309,7 @@ themes : ['Default']

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.your.element') .sidebar('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/tab.html.eco b/server/documents/modules/tab.html.eco index adb961642..1be58596b 100755 --- a/server/documents/modules/tab.html.eco +++ b/server/documents/modules/tab.html.eco @@ -115,7 +115,7 @@ themes : ['Default']

Behavior

- All the following behaviors can be called using the syntax $('.foo').tab('behavior name', argumentOne, argumentTwo) + All the following behaviors can be called using the syntax $('.foo').tab('behavior name', argumentOne, argumentTwo) diff --git a/server/documents/modules/transition.html.eco b/server/documents/modules/transition.html.eco index 27f025613..314f9a1eb 100755 --- a/server/documents/modules/transition.html.eco +++ b/server/documents/modules/transition.html.eco @@ -283,7 +283,7 @@ type : 'UI Module'

Behavior

-

All the following behaviors can be called using the syntax:

+

All the following behaviors can be called using the syntax:

$('.your.element') .dropdown('behavior name', argumentOne, argumentTwo)