Document link errors
"LEE Yunyoung" <[email protected]> Sun, 24 Jun 2007 16:17:59 +0900
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Message-ID | <[email protected]> |
I found one more link error on troublshooting.xml. Here is cvs diff result.
Index: en/getting-started.xml
===================================================================
RCS file: /repository/smarty/docs/en/getting-started.xml,v
retrieving revision 1.19
diff -u -r1.19 getting-started.xml
--- en/getting-started.xml 2 Dec 2006 22:19:21 -0000 1.19
+++ en/getting-started.xml 24 Jun 2007 07:14:55 -0000
@@ -332,7 +332,7 @@
<example>
<title>Appending the include path in a php script with
- <literal><ulink url="&url.e-accel;">ini_set()</ulink></literal></title>
+ <ulink url="&url.php-manual;ini-set"><literal>ini_set()</literal></ulink></title>
<programlisting role="php">
<![CDATA[
<?php
Index: en/appendixes/troubleshooting.xml
===================================================================
RCS file: /repository/smarty/docs/en/appendixes/troubleshooting.xml,v
retrieving revision 1.6
diff -u -r1.6 troubleshooting.xml
--- en/appendixes/troubleshooting.xml 27 Feb 2007 14:30:20 -0000 1.6
+++ en/appendixes/troubleshooting.xml 24 Jun 2007 07:14:55 -0000
@@ -49,7 +49,7 @@
you can look at the template and spot the syntax error. Here are some
common things to look for: missing close tags for
<link linkend="language.function.if"><varname>{if}{/if}</varname></link> or
- <link linkend="language.function.if"><varname>{section}{/section}</varname>
+ <link linkend="language.function.section"><varname>{section}{/section}</varname>
</link>, or syntax of logic within an <varname>{if}</varname> tag. If you
can't find the error, you might have to open the compiled PHP file and
go to the line number to figure out where the corresponding error is in
--
Smarty Development Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php