diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-04 00:52:27 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-04 00:52:27 +0000 |
commit | 310356e1c7777c0e421af7c744a44827c4869a5e (patch) | |
tree | 33675bedfed0a1ffd80134f38991cfffb4bfa883 /h-source/Application/Views/Help/index.php | |
parent | 5887ed7fef75de4f7c0875b9feb7cab67686f3ba (diff) |
reduced the number of files to handle a device
Diffstat (limited to 'h-source/Application/Views/Help/index.php')
-rw-r--r-- | h-source/Application/Views/Help/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index ad07957..d7b5347 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -206,7 +206,7 @@ <h2 name="compatibility">Compatibility classes</h2> - <h3 name="notebook-compatibility">Notebooks</h3> + <a name="notebook-compatibility"></a><h3>Notebooks</h3> <dl> <dt>Class A (Platinum)</dt> <dd>All the notebook devices work with a very good performance. </dd> @@ -223,7 +223,7 @@ <dd>The notebook does not work with free software</dd> </dl> - <h3 name="printer-compatibility">Printers</h3> + <a name="printer-compatibility"></a><h3>Printers</h3> <dl> <dt>Class A (Full)</dt> <dd>All device functions and features are supported</dd> @@ -234,7 +234,7 @@ <dd>The printer does not work with free software</dd> </dl> - <h3 name="scanner-compatibility">Scanners</h3> + <a name="scanner-compatibility"></a><h3>Scanners</h3> <dl> <dt>Class A (Full)</dt> <dd>All device functions and features are supported</dd> |