From 53528fae7c2d6ca3c498c3cf46288570e5d8f7b5 Mon Sep 17 00:00:00 2001 From: Craig Michael Thompson Date: Wed, 6 Jun 2012 03:10:04 +0100 Subject: [PATCH] Further fix --- docs/plugins/tips.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/plugins/tips.md b/docs/plugins/tips.md index 342f30f8..af270a6c 100644 --- a/docs/plugins/tips.md +++ b/docs/plugins/tips.md @@ -225,8 +225,8 @@ $('.selector').qtip({ ### Notes * Make sure this is a **number only**, don't include any units e.g. 'px'! -* (Prior to the **26th April 2012 nightly**, this was an absolute value)[http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/] i.e. it determined the width of the tooltip along -the x axis. This was changed and you should update your code if you relied on this fact. +* [Prior to the **26th April 2012 nightly**, this was an absolute value](http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/) i.e. it determined the width of the tooltipin relation to the window. +This was changed and you should update your code if you relied on this fact. @@ -261,8 +261,8 @@ $('.selector').qtip({ ### Notes * Make sure this is a **number only**, don't include any units e.g. 'px'! -* (Prior to the **26th April 2012 nightly**, this was an absolute value)[http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/] i.e. it determined the width of the tooltip along -the x axis. This was changed and you should update your code if you relied on this fact. +* [Prior to the **26th April 2012 nightly**, this was an absolute value](http://blog.craigsworks.com/qtip2-tips-plugins-dimension-options-changed/) i.e. it determined the height of the tooltipin relation to the window. +This was changed and you should update your code if you relied on this fact.