diff options
author | Andreas Boll <[email protected]> | 2012-06-25 21:51:53 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-25 16:10:01 -0600 |
commit | a5447aab9625b11841870f8d595e79c02666afda (patch) | |
tree | b59d76bee03d2c14a0038e656adf4147edd54e10 /docs/libraries.html | |
parent | d52419e0c3b2916609a9707b66195ac41020ebdb (diff) |
docs: add missing target attribute
target is needed for the frame based layout
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/libraries.html')
-rw-r--r-- | docs/libraries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libraries.html b/docs/libraries.html index e9db42790d9..b410bc1c25d 100644 --- a/docs/libraries.html +++ b/docs/libraries.html @@ -10,7 +10,7 @@ <h1>Libraries and Toolkits</h1> <ul> -<li><a href="http://mrpowers.com/Apprentice/">Apprentice</a> - free OpenInventor work-alike +<li><a href="http://mrpowers.com/Apprentice/" target="_parent">Apprentice</a> - free OpenInventor work-alike <li><a href="http://www.coin3d.org/coin.html" target="_parent">Coin</a> - OSS Open Inventor clone <li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter <li><a href="http://www.cfdrc.com/FOX/fox.html" target="_parent">FOX</a> - GUI Library |