napoler / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

Bug in gan_node_html.php#78 line 780 and 810 #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I found a little bug in gan_node_html.php at function getNamespace and getTag.

"if ($tag_ns === null) {" 
replace to 
"if ($this->tag_ns === null) {"

Original issue reported on code.google.com by tamas.sc...@gmail.com on 1 Nov 2012 at 11:39

GoogleCodeExporter commented 8 years ago
Thanks for reporting! Should be fixed in rev. #79.

Original comment by niels....@gmail.com on 11 Nov 2012 at 6:27

GoogleCodeExporter commented 8 years ago
Issue 34 has been merged into this issue.

Original comment by niels....@gmail.com on 7 Apr 2013 at 3:30