From 9d447f562b60f6cb094c5097bbf716489d661117 Mon Sep 17 00:00:00 2001 From: ahollosi Date: Fri, 30 Jun 2000 17:51:53 +0000 Subject: [PATCH] added and ALT tag for logo so that phpwiki becomes fully HTML compliant, also added git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@138 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php3 | 3 ++- templates/browse.html | 6 ++++-- templates/editlinks.html | 6 ++++-- templates/editpage.html | 6 ++++-- templates/message.html | 6 ++++-- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/index.php3 b/index.php3 index 206462814..2abea014d 100644 --- a/index.php3 +++ b/index.php3 @@ -1,4 +1,5 @@ - + + -###PAGE### + + +###PAGE### - +
[phpwiki]

###PAGE###

diff --git a/templates/editlinks.html b/templates/editlinks.html index 2df75b3be..721abc1a1 100644 --- a/templates/editlinks.html +++ b/templates/editlinks.html @@ -1,5 +1,7 @@ -###PAGE### + + +###PAGE### @@ -7,7 +9,7 @@

- +
[phpwiki]

Edit ###PAGE### Links

diff --git a/templates/editpage.html b/templates/editpage.html index 8590ac9fe..dda27441d 100644 --- a/templates/editpage.html +++ b/templates/editpage.html @@ -1,5 +1,7 @@ -###PAGE### + + +###PAGE### @@ -7,7 +9,7 @@ - +
[phpwiki]

Edit ###PAGE###

diff --git a/templates/message.html b/templates/message.html index e1738ac97..0bec16985 100644 --- a/templates/message.html +++ b/templates/message.html @@ -1,11 +1,13 @@ -###PAGE### + + +###PAGE### - +
[phpwiki]

###PAGE###

-- 2.45.0