[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
runaway </td>
Hi,
Enclosed is a micro-patch to remove a runaway </td> in result lists. It
only appears in HTML full output (and possibly only has an impact if you
use tables in your page layout).
Frédéric
--
Doing leads more surely to talking than talking to doing.
Vinet
Revision: cdsware--epfl-dev--0.3--patch-25
Archive: infoscience@xxxxxxxxxxxxx
Creator: Frederic Gobry <frederic.gobry@xxxxxxx>
Date: Wed Aug 11 17:36:55 CEST 2004
Standard-date: 2004-08-11 15:36:55 GMT
Modified-files: modules/websearch/lib/search_engine.py.shtml
New-patches: infoscience@xxxxxxxxxxxxx/cdsware--epfl-dev--0.3--patch-25
Summary: removed a runaway </td>
Keywords:
* added files
{arch}/cdsware/cdsware--epfl-dev/cdsware--epfl-dev--0.3/infoscience@xxxxxxxxxxxxx/patch-log/patch-25
* modified files
--- orig/modules/websearch/lib/search_engine.py.shtml
+++ mod/modules/websearch/lib/search_engine.py.shtml
@@ -2443,7 +2443,7 @@
req.write("""\n<div class="recordlastmodifiedbox">%s</div>""" % (msg_record_last_modified[ln] % (get_creation_date(recIDs[irec]),get_modification_date(recIDs[irec]))))
req.write("""\n<form action="%s/yourbaskets.py/add" method="post">""" % weburl)
- req.write("""<input name="recid" type="hidden" value="%s"></td>""" % recIDs[irec])
+ req.write("""<input name="recid" type="hidden" value="%s">""" % recIDs[irec])
req.write("""<br><input class="formbutton" type="submit" name="action" value="%s">""" % msg_add_to_basket[ln])
req.write("""\n</form>""")
req.write("<p> ")
Attachment:
signature.asc
Description: Digital signature
|