SF.net SVN: geany:[4598] branches/geany-0.18.1

frlan at users.sourceforge.net frlan at xxxxx
Sun Jan 31 15:18:37 UTC 2010


Revision: 4598
          http://geany.svn.sourceforge.net/geany/?rev=4598&view=rev
Author:   frlan
Date:     2010-01-31 15:18:37 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Backport from trunk:
Close meta tag for export date properly.

Modified Paths:
--------------
    branches/geany-0.18.1/ChangeLog
    branches/geany-0.18.1/plugins/export.c

Modified: branches/geany-0.18.1/ChangeLog
===================================================================
--- branches/geany-0.18.1/ChangeLog	2010-01-31 14:23:04 UTC (rev 4597)
+++ branches/geany-0.18.1/ChangeLog	2010-01-31 15:18:37 UTC (rev 4598)
@@ -1,4 +1,11 @@
+2010-01-31  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * plugins/export.c:
+   Close meta tag for export date properly.
+
+
 2010-01-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
  * doc/plugins.dox:
    Add gcc commands to build a plugin to the HowTo.
 

Modified: branches/geany-0.18.1/plugins/export.c
===================================================================
--- branches/geany-0.18.1/plugins/export.c	2010-01-31 14:23:04 UTC (rev 4597)
+++ branches/geany-0.18.1/plugins/export.c	2010-01-31 15:18:37 UTC (rev 4598)
@@ -52,7 +52,7 @@
 	<title>{export_filename}</title>\n\
 	<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" />\n\
 	<meta name=\"generator\" content=\"Geany " VERSION "\" />\n\
-	<meta name=\"date\" content=\"{export_date}\">\n\
+	<meta name=\"date\" content=\"{export_date}\" />\n\
 	<style type=\"text/css\">\n\
 {export_styles}\n\
 	</style>\n\


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



More information about the Commits mailing list