Revision: 18188
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18188&view=rev
Author:   hofman
Date:     2011-10-26 21:10:33 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
fix end tags in html export template

Modified Paths:
--------------
    trunk/bibdesk/Templates/htmlItemExportTemplate.html

Modified: trunk/bibdesk/Templates/htmlItemExportTemplate.html
===================================================================
--- trunk/bibdesk/Templates/htmlItemExportTemplate.html 2011-10-26 06:34:14 UTC 
(rev 18187)
+++ trunk/bibdesk/Templates/htmlItemExportTemplate.html 2011-10-26 21:10:33 UTC 
(rev 18188)
@@ -1,4 +1,4 @@
-<dt class="Key" id="<$citeKey/>"><$citeKey/><dt />
+<dt class="Key" id="<$citeKey/>"><$citeKey/></dt>
 <dd class="Pub">
        <span class="Title"><$fields.Title/></span><br />
        <span class="Author"><$pubAuthorsForDisplay/></span><br />
@@ -13,4 +13,4 @@
        <span class="URL"><a 
href="<$URL.absoluteString/>"><$URL.absoluteString/></a></span><br />
 </remoteURLs>
        <div class="Abstract"><$fields.Abstract/></div>
-<dd />
+</dd>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to