Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
9ee99ce2
Commit
9ee99ce2
authored
May 30, 2008
by
Seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Cosmetics
git-svn-id:
svn://dwoo.org/dwoo/trunk@73
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
3908610b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
smartyinterface.php
lib/plugins/builtin/blocks/smartyinterface.php
+1
-1
textformat.php
lib/plugins/builtin/blocks/textformat.php
+1
-1
No files found.
lib/plugins/builtin/blocks/smartyinterface.php
View file @
9ee99ce2
...
...
@@ -19,7 +19,7 @@
* @date 2008-05-10
* @package Dwoo
*/
class
Dwoo_Plugin_smartyinterface
extends
Dwoo_Block_Plugin
class
Dwoo_Plugin_smartyinterface
extends
Dwoo_Block_Plugin
implements
Dwoo_ICompilable_Block
{
public
function
init
(
$__funcname
,
$__functype
,
array
$rest
=
array
())
{}
...
...
lib/plugins/builtin/blocks/textformat.php
View file @
9ee99ce2
...
...
@@ -6,7 +6,7 @@
* <pre>
* * wrap : maximum line length
* * wrap_char : the character(s) to use to break the line
* * wrap_cut : if true, the
line is cut at the exact length instead of breaking at the nearest space
* * wrap_cut : if true, the
words that are longer than $wrap are cut instead of overflowing
* * indent : amount of $indent_char to insert before every line
* * indent_char : character(s) to insert before every line
* * indent_first : amount of additional $indent_char to insert before the first line of each paragraphs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment