Ignore:
Timestamp:
2013-10-18T19:20:46+13:00 (11 years ago)
Author:
ak19
Message:

Removing hyphens in some of the macros for adding user comments, as otherwise these macros don't appear in the language files for other languages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/macros/style.dm

    r27786 r28497  
    315315                 attr.nodeValue="usercommentheading";
    316316                 heading.setAttributeNode(attr);
    317                  var txt=document.createTextNode("_text-usercomments-section_");
     317                 var txt=document.createTextNode("_textusercommentssection_");
    318318                 heading.appendChild(txt);
    319319                 usercommentdiv.appendChild(heading);
Note: See TracChangeset for help on using the changeset viewer.