From 26d49433489e099165f28c2b02f11bba54c9f57e Mon Sep 17 00:00:00 2001
From: Andrew McMillan
Date: Fri, 26 Jun 2009 08:56:14 +1200
Subject: [PATCH] Fix some HTML errors.
---
docs/website/clients.php | 2 +-
docs/website/clients/iPhone-details.php | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/docs/website/clients.php b/docs/website/clients.php
index 44c1af00..b148a8fd 100644
--- a/docs/website/clients.php
+++ b/docs/website/clients.php
@@ -47,7 +47,7 @@
$style = (strcmp($client_page,$v) == 0 ? ' class="selected"' : '' );
printf( '', $style, $style, urlencode($v) );
if ( isset($icons[$v]) ) {
- printf( '
', urlencode($icons[$v]) );
+ printf( '
', urlencode($icons[$v]), urlencode($v) );
}
echo "$v
\n";
}
diff --git a/docs/website/clients/iPhone-details.php b/docs/website/clients/iPhone-details.php
index 0c5ac738..00ddc6e6 100644
--- a/docs/website/clients/iPhone-details.php
+++ b/docs/website/clients/iPhone-details.php
@@ -16,13 +16,12 @@
Other Settings
-You may want to go into some of the other settings under "Mail, Contacts, Calendars" and set some of the other settings, including:
+
You may want to go into some of the other settings under "Mail, Contacts, Calendars" and set some of the other settings, including:
- Fetch New Data
- Time Zone Support
- Default Calendar
-
All of these should be obvious. You can choose the calendar which an event goes into
when you create the event, but if you want to move it to a different calendar you will
@@ -33,7 +32,6 @@ does support the more arcane possibilities which you could create with a differe
client application.
Screenshots
-
 |  |
Adding an Account | Oh noes! Click Cancel! |
@@ -42,5 +40,3 @@ client application.
 |  |
| Typical settings for non-ssl, port 80 | It works! |
-
-