diff options
| author | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-07-26 20:18:19 +0000 |
|---|---|---|
| committer | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-07-26 20:18:19 +0000 |
| commit | 6b13101d18a254c108fccf2cad07c0f7dc2c7371 (patch) | |
| tree | 6ee3103550a5a87955185408e95bb0937528d986 /htroot/Collage.html | |
| parent | 63c5634b0f31de29dc9f50309cc6a8b6cb606ecc (diff) | |
Collage.html: Fixed problem where the German translation broke the action that contained Collage in a form
build.xml: Fixed check for existing private.key, added check for non existing release in target sign and changed the include filenames for changed libs
Added log4j.properties file to eliminate the warning about a not initialized log4j subsystem with parameters for one console appender
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6998 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Collage.html')
| -rwxr-xr-x | htroot/Collage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Collage.html b/htroot/Collage.html index ac97ed52c..17ab67eca 100755 --- a/htroot/Collage.html +++ b/htroot/Collage.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>YaCy '#[clientname]#': Collage</title> +<title>YaCy '#[clientname]#': Image Collage</title> #%env/templates/metas.template%# <style type="text/css"> #left { @@ -44,7 +44,7 @@ document.body.style.background = "#000"; :: #%env/templates/header.template%# #%env/templates/submenuWebStructure.template%# -<h2>Collage</h2> +<h2>Image Collage</h2> <div id="left"> <form action="/Collage.html"> |
