[gnomeweb-wml] Gnumeric: fix SSI assignments.



commit cdec485da815b897fdaedb88e7280abf4e49b5b5
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 16 14:59:53 2009 -0400

    Gnumeric: fix SSI assignments.

 projects.gnome.org/gnumeric/func-doc.shtml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/func-doc.shtml b/projects.gnome.org/gnumeric/func-doc.shtml
index fc1e74e..8983f46 100644
--- a/projects.gnome.org/gnumeric/func-doc.shtml
+++ b/projects.gnome.org/gnumeric/func-doc.shtml
@@ -1,7 +1,8 @@
-<!--set wolfram="none"--><!--set wiki="none"--><!--#if expr="($QUERY_STRING_UNESCAPED=/sin/)"--><!--set wolfram="Sine.html"--><!--set wiki="Trigonometric_functions"--><!--#endif--><!--#set var="title" value="Gnumeric Web Documentation" --><!--#set var="rootdir" value="." --><!--#include virtual="header-begin.shtml" -->    <link rel="stylesheet" href="style/index.css" type="text/css"/>
-<!--#include virtual="header-end.shtml" --><ul>
-<!--#if expr="($wolfram!=/none/)"--><li><a href="http://mathworld.wolfram.com/<!--#echo var='wolfram' -->">Wolfram Mathworld entry</a>.</li>
-<!--#endif--><!--#if expr="($wiki!=/none/)"--><li><a href="http://en.wikipedia.org/wiki/<!--#echo var='wiki' -->">Wikipedia entry</a>.</li>
-<!--#endif--><li><a href="http://www.google.com/#q=<!--#echo var='QUERY_STRING_UNESCAPED' --><!---->">Google Search</a>.</li>
+<!--#set var="title" value="Gnumeric Web Documentation" --><!--#set var="rootdir" value="." --><!--#include virtual="header-begin.shtml" -->    <link rel="stylesheet" href="style/index.css" type="text/css"/>
+<!--#include virtual="header-end.shtml" --><!--set var="wolfram" value="none" --><!--set var="wiki" value="none" --><!--#if expr="($QUERY_STRING_UNESCAPED=/sin/)" --><!--set var="wolfram" value="Sine.html" --><!--set var="wiki" value="Trigonometric_functions" --><!--#endif --><ul>
+<!--#if expr="($wolfram!=/none/)"--><li><a
+href="http://mathworld.wolfram.com/<!--#echo var="wolfram" -->">Wolfram Mathworld entry</a>.</li>
+<!--#endif--><!--#if expr="($wiki!=/none/)"--><li><a href="http://en.wikipedia.org/wiki/<!--#echo var="wiki" -->">Wikipedia entry</a>.</li>
+<!--#endif--><li><a href="http://www.google.com/#q=<!--#echo var="QUERY_STRING_UNESCAPED" -->">Google Search</a>.</li>
 </ul>
 <!--#include virtual="footer.shtml" -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]