diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7cd887 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# emacs +*~ + + +bibtexbrowser*.dat +public/ +vendor/ \ No newline at end of file diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 613de6d..6978056 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1228,7 +1228,7 @@ class BibEntry { // we assume that "comment" is never latex code // but instead could contain HTML code (with links using the character "~" for example) // so "comment" is not transformed too - if ($name!='url' && $name!='comment' + if ($name!='url' && $name!='comment' && !preg_match('/^hp_/',$name) // homepage links should not be transformed with latex2html ) { $value = $this->transformValue($value); @@ -4152,7 +4152,7 @@ echo "\n".' -->'; ?>
- @@ -4740,23 +4740,28 @@ class Dispatcher { exit; } - function frameset() { ?> - - - - - - - -