Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing finding aid logo, refs #13458 #1284

Merged
merged 2 commits into from Apr 30, 2021

Commits on Apr 30, 2021

  1. Cosmetic: reformat XSL docs with xmllint

    xmllint command:
    
     export XMLLINT_INDENT="    "
     find lib/task/pdf/ -name "*.xsl" -type f -exec xmllint --output '{}' \
     --format --noblanks '{}' \;
    
    After which I manually found and replaced extra whitespaces (more than
    one space) between words [i.e. "(\S)  +(\S)" -> "$1 $2"].
    djjuhasz committed Apr 30, 2021
    Copy the full SHA
    0aa21e1 View commit details
    Browse the repository at this point in the history
  2. Fix missing finding aid logo, refs #13458

    - Add "{{ app_root }}" template variables to pdf-logo href
    - Add "{{ app_root }}" to helper-functions.xsl href
    - Replace template vars with AtoM application path at run time
    - Cosmetic XSL format changes to indenting, etc.
    djjuhasz committed Apr 30, 2021
    Copy the full SHA
    3139adb View commit details
    Browse the repository at this point in the history