Skip to content

Commit

Permalink
removed notice about undefined name
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@236400 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Michele Tomaiuolo committed May 26, 2007
1 parent 2021562 commit 7fc7f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/Render/Xhtml/Url.php
Expand Up @@ -102,7 +102,7 @@ function token($options)
$start .= " return false;\"";
}

if ($name) {
if (isset($name)) {
$start .= " id=\"$name\"";
}

Expand Down

0 comments on commit 7fc7f5f

Please sign in to comment.