diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-06 16:37:49 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-06 16:37:49 +0000 |
commit | 2158f77ded7333ad301a54dd961f9d1c1d7c7e8e (patch) | |
tree | 2075fb4f5961a5dba5578f59d7cd00614a358ce6 /BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html | |
parent | 0da7f66527121c3c218b6aa1b8592982344c60f7 (diff) | |
download | mocca-2158f77ded7333ad301a54dd961f9d1c1d7c7e8e.tar.gz mocca-2158f77ded7333ad301a54dd961f9d1c1d7c7e8e.tar.bz2 mocca-2158f77ded7333ad301a54dd961f9d1c1d7c7e8e.zip |
Fixed css href in helpfiles.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@158 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html')
-rw-r--r-- | BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html b/BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html index ddaacb34..0bfc6230 100644 --- a/BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html +++ b/BKUOnline/src/main/webapp/helpfiles/de/help.insertcard.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> -<link href="help.css" rel="stylesheet" type="text/css" /> +<link href="../../helpfiles/help.css" rel="stylesheet" type="text/css" /> <!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ |