X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.el;h=0356e1f6bb7911c2de3203b1a637b6befd65ba0b;hp=9f02da885ecc678a09fdd4fd2b0d10c122fe3ca8;hb=9e004c0e939c7bcbec2495f9ec7205d6fcdccc87;hpb=656caabced9e4d5b2b046f5229ecc6d1de4afc1f diff --git a/org-ref.el b/org-ref.el index 9f02da8..0356e1f 100644 --- a/org-ref.el +++ b/org-ref.el @@ -974,7 +974,7 @@ ARG does nothing." (org-ref-count-labels label)))) (lambda (keyword desc format) (cond - ((eq format 'html) (format "()" keyword)) + ((eq format 'html) (format "
" keyword)) ((eq format 'latex) (format "\\label{%s}" keyword)))))