diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-21 21:34:45 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-21 21:34:45 +0000 |
| commit | c2264962d1e646d1d01c7a34fcf453d742ac3aa1 (patch) | |
| tree | 91f816524d5cdbac5adc5403898182ffec542f44 /htroot/Blog.html | |
| parent | b387bd47dbdcc49604c6b1dfefb105c4afa81009 (diff) | |
*) Fixed a bug.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2438 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Blog.html')
| -rw-r--r-- | htroot/Blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Blog.html b/htroot/Blog.html index 2e12efc1e..2205912ab 100644 --- a/htroot/Blog.html +++ b/htroot/Blog.html @@ -26,7 +26,7 @@ <p>Author:<br><input name="author" type="text" size="20" maxlength="80" value="#[author]#"></p>
<p>Subject:<br><input name="subject" type="text" size="20" maxlength="80" value="#[subject]#"></p>
<p>Text:<br><textarea name="content" cols="80" rows="24">#[page-code]#</textarea>
-<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" onClick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1',width=640,height=480);return false;">Yacy-Wiki Code</a> here.</font>
+<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" onClick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');return false;">Yacy-Wiki Code</a> here.</font>
</p>
<input type="hidden" name="page" value="#[pageid]#">
<input type="submit" name="submit" value="Submit">
|
