[seed] [build] Matt lost some quotes in make-functions.js earlier
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [build] Matt lost some quotes in make-functions.js earlier
- Date: Thu, 2 Jul 2009 08:17:05 +0000 (UTC)
commit 462e6de4a157adb27d319b8c95ed141945c2f64e
Author: Tim Horton <hortont svn gnome org>
Date: Thu Jul 2 04:16:19 2009 -0400
[build] Matt lost some quotes in make-functions.js earlier
doc/modules/make-functions.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/modules/make-functions.js b/doc/modules/make-functions.js
index 4cf2bf1..d13acd1 100755
--- a/doc/modules/make-functions.js
+++ b/doc/modules/make-functions.js
@@ -9,7 +9,7 @@ function output_param (param){
}
function output_function (func){
- var start = print("<refsect2 id=" + func.id + " role=\"function\">" +
+ var start = print("<refsect2 id=\"" + func.id + "\" role=\"function\">" +
"<title>" + func.title + "</title>" +
"<para>" + func.description + "</para>");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]