3
1
Back

Title label font so we don't lose it 3D Printing/AD&D 1e spell names in Filmoscope Quentin/Panels/SPIDER CLIMB.png' 48c8a4e4f4fcbe006366a8816f63cc69d2b79d5a Delete '3D Printing/AD&D 1e spell names in Filmoscope Quentin/COLOR SPRAY.png Normal file Unescape Schematics/SynthMages.pretty/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles_Shaft_Centered.kicad_mod Normal file View File 3D Printing/Cases/Eurorack Modular Case/DSC03765.JPG Executable file View File 3D Printing/Pot_Knobs/CustomizableKnob.scad Executable file Unescape Hardware/PCB/precadsr/Kosmo_panel.pretty/fastestenv_Panel_Dual_Mounting_Holes.kicad_mod Normal file View File Panels/luther_triangle_10hp.scad Normal file View File Examples/EG_MANUAL.pdf Normal file View File Hardware/Panel/precadsr_panel_al/precadsr_panel_al.pretty/Bigger_Push_Switch_Hole.kicad_mod Normal file View File Schematics/SynthMages.pretty/Switch.dcm Normal file View File Schematics/panel_mount_component_sizes.txt Normal file View File SNARE_MANUAL.pdf Normal file View File From 7e24b3de83ed5d44b4cd8ae11f345f795b25c6b7 Mon Sep 17 00:00:00 2001 Subject: [PATCH 2/2] Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // there's both alt and title texts, they're both.

New Pull Request